Skip to content

Commit

Permalink
Set version as 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
williamthome committed Aug 4, 2024
1 parent 29ce04b commit 8cc34e9
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 @@ -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, {git, "https://github.com/williamthome/euneus.git", {branch, "main"}}}
{euneus, "2.0.0"}
]}.
```

Expand All @@ -29,7 +29,7 @@ Detailed examples and further explanation can be found at [hexdocs](https://hexd
defp deps do
[
{:json_polyfill, "~> 0.1.3"}, # Required only for OTP < 27
{:euneus, git: "https://github.com/williamthome/euneus.git", branch: "main"}
{:euneus, "~> 2.0.0"}
]
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, semver},
{vsn, "2.0.0"},
{registered, []},
{applications, [
kernel,
Expand Down

0 comments on commit 8cc34e9

Please sign in to comment.