Skip to content

Commit

Permalink
Merge pull request #40 from williamthome/chore/bump-v1-2-1
Browse files Browse the repository at this point in the history
Bump to v1.2.1
  • Loading branch information
williamthome authored Dec 5, 2023
2 parents 85e0d42 + 5c0280e commit f1609aa
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 @@ -65,7 +65,7 @@ Like Thoas, both the parser and generator fully conform to

```erlang
% rebar.config
{deps, [{euneus, "1.2.0"}]}
{deps, [{euneus, "1.2.1"}]}
```

### 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, generator and formatter in pure Erlang"},
{vsn, "1.2.0"},
{vsn, "1.2.1"},
{registered, []},
{applications, [
kernel,
Expand Down

0 comments on commit f1609aa

Please sign in to comment.