Skip to content

Commit

Permalink
Bump to v2.1.0 (#80)
Browse files Browse the repository at this point in the history
  • Loading branch information
williamthome authored Aug 5, 2024
1 parent ba980f1 commit 1c6c81e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Detailed examples and further explanation can be found at [hexdocs](https://hexd
% rebar.config
{deps, [
{json_polyfill, "0.1.3"}, % Required only for OTP < 27
{euneus, "2.0.0"}
{euneus, "2.1.0"}
]}.
```

Expand All @@ -28,8 +28,8 @@ Detailed examples and further explanation can be found at [hexdocs](https://hexd
# mix.exs
defp deps do
[
{:json_polyfill, "~> 0.1.3"}, # Required only for OTP < 27
{:euneus, "~> 2.0.0"}
{:json_polyfill, "~> 0.1"}, # Required only for OTP < 27
{:euneus, "~> 2.1"}
]
end
```
Expand Down
2 changes: 1 addition & 1 deletion src/euneus.app.src
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{application, euneus, [
{description,
"An incredibly flexible and performant JSON parser, generator and formatter in pure Erlang"},
{vsn, "2.0.0"},
{vsn, "2.1.0"},
{registered, []},
{applications, [
kernel,
Expand Down

0 comments on commit 1c6c81e

Please sign in to comment.