From 1c6c81e9bd1c2252b57bdb8c260c590ba272e15e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?William=20Fank=20Thom=C3=A9?= Date: Mon, 5 Aug 2024 07:58:48 -0300 Subject: [PATCH] Bump to `v2.1.0` (#80) --- README.md | 6 +++--- src/euneus.app.src | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 5f60d7b..53ba910 100644 --- a/README.md +++ b/README.md @@ -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"} ]}. ``` @@ -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 ``` diff --git a/src/euneus.app.src b/src/euneus.app.src index b35323e..d63f8a6 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.0.0"}, + {vsn, "2.1.0"}, {registered, []}, {applications, [ kernel,