diff --git a/README.md b/README.md index 875aa20..c10ac54 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,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.2.0"} + {euneus, "2.3.0"} ]}. ``` @@ -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.2"} + {:euneus, "~> 2.3"} ] end ``` diff --git a/src/euneus.app.src b/src/euneus.app.src index 3b5efc5..9cca931 100644 --- a/src/euneus.app.src +++ b/src/euneus.app.src @@ -1,7 +1,7 @@ {application, euneus, [ {description, "An incredibly flexible and performant JSON parser, generator and formatter in pure Erlang"}, - {vsn, "2.2.0"}, + {vsn, "2.3.0"}, {registered, []}, {applications, [ kernel,