Skip to content

Commit

Permalink
Bump to v2.4.0 (#107)
Browse files Browse the repository at this point in the history
  • Loading branch information
williamthome authored Sep 7, 2024
1 parent fc02384 commit 3ce950d
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 @@ -28,7 +28,7 @@ Detailed examples and further explanation can be found at [hexdocs](https://hexd
% rebar.config
{deps, [
json_polyfill, % Required only for OTP < 27
{euneus, "2.3.0"}
{euneus, "2.4.0"}
]}.
```

Expand All @@ -39,7 +39,7 @@ Detailed examples and further explanation can be found at [hexdocs](https://hexd
defp deps do
[
{:json_polyfill, "~> 0.1"}, # Required only for OTP < 27
{:euneus, "~> 2.3"}
{:euneus, "~> 2.4"}
]
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.3.0"},
{vsn, "2.4.0"},
{registered, []},
{applications, [
kernel,
Expand Down

0 comments on commit 3ce950d

Please sign in to comment.