Skip to content

Commit

Permalink
Merge pull request #32 from williamthome/chore/bump-v1-0-2
Browse files Browse the repository at this point in the history
Bump to v1.0.2
  • Loading branch information
williamthome committed Nov 18, 2023
2 parents d66b57e + d6b26ed commit 4d4c81e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ Like Thoas, both the parser and generator fully conform to

```erlang
% rebar.config
{deps, [{euneus, "1.0.1"}]}
{deps, [{euneus, "1.0.2"}]}
```

### Elixir
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, "An incredibly flexible and performant JSON parser and generator"},
{vsn, "1.0.1"},
{vsn, "1.0.2"},
{registered, []},
{applications, [
kernel,
Expand Down

0 comments on commit 4d4c81e

Please sign in to comment.