Skip to content

Commit

Permalink
Merge pull request #24 from williamthome/chore/bump-v0-7-0
Browse files Browse the repository at this point in the history
Bump to v0.7.0
  • Loading branch information
williamthome authored Nov 14, 2023
2 parents e4d58dc + eb19814 commit ed45387
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,15 +42,15 @@ Like Thoas, both the parser and generator fully conform to

```erlang
% rebar.config
{deps, [{euneus, "0.6.0"}]}
{deps, [{euneus, "0.7.0"}]}
```

### Elixir

```elixir
# mix.exs
def deps do
[{:euneus, "~> 0.6"}]
[{:euneus, "~> 0.7"}]
end
```

Expand Down
2 changes: 1 addition & 1 deletion src/euneus.app.src
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{application, euneus, [
{description, "A JSON parser and generator"},
{vsn, "0.6.0"},
{vsn, "0.7.0"},
{registered, []},
{applications, [
kernel,
Expand Down

0 comments on commit ed45387

Please sign in to comment.