Skip to content

Commit

Permalink
chore: bump to v0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
williamthome committed Nov 7, 2023
1 parent 0883460 commit 8e61722
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 8e61722

Please sign in to comment.