Skip to content

Commit 47def5b

Browse files
authored
Bump version to v2.0.0 (#78)
1 parent e1452c7 commit 47def5b

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ Detailed examples and further explanation can be found at [hexdocs](https://hexd
1717
```erlang
1818
% rebar.config
1919
{deps, [
20-
{json_polyfill, "0.1.1"}, % Required only for OTP < 27
21-
{euneus, {git, "https://github.com/williamthome/euneus.git", {branch, "main"}}}
20+
{json_polyfill, "0.1.3"}, % Required only for OTP < 27
21+
{euneus, "2.0.0"}
2222
]}.
2323
```
2424

@@ -28,8 +28,8 @@ Detailed examples and further explanation can be found at [hexdocs](https://hexd
2828
# mix.exs
2929
defp deps do
3030
[
31-
{:json_polyfill, "~> 0.1.1"}, # Required only for OTP < 27
32-
{:euneus, git: "https://github.com/williamthome/euneus.git", branch: "main"}
31+
{:json_polyfill, "~> 0.1.3"}, # Required only for OTP < 27
32+
{:euneus, "~> 2.0.0"}
3333
]
3434
end
3535
```

src/euneus.app.src

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{application, euneus, [
22
{description,
33
"An incredibly flexible and performant JSON parser, generator and formatter in pure Erlang"},
4-
{vsn, semver},
4+
{vsn, "2.0.0"},
55
{registered, []},
66
{applications, [
77
kernel,

0 commit comments

Comments
 (0)