Skip to content

Commit

Permalink
Merge pull request #21 from williamthome/bump/v0.6.0
Browse files Browse the repository at this point in the history
Bump to v0.6.0
  • Loading branch information
williamthome authored Nov 7, 2023
2 parents 0883460 + 8e61722 commit 2239708
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.5.1"}]}
{deps, [{euneus, "0.6.0"}]}
```

### Elixir

```elixir
# mix.exs
def deps do
[{:euneus, "~> 0.5"}]
[{:euneus, "~> 0.6"}]
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.5.1"},
{vsn, "0.6.0"},
{registered, []},
{applications, [
kernel,
Expand Down

0 comments on commit 2239708

Please sign in to comment.