Skip to content

Commit

Permalink
v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lpil committed Jan 23, 2023
1 parent dcf93df commit 9a5ecb8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ gleam add thoas
```elixir
# mix.exs
def deps do
[{:thoas, "~> 0.3"}]
[{:thoas, "~> 1.0"}]
end
```

Expand Down
2 changes: 1 addition & 1 deletion src/thoas.app.src
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{application, thoas,
[{description, "A blazing fast JSON parser and generator in pure Erlang."},
{vsn, "0.4.1"},
{vsn, "1.0.0"},
{registered, []},
{applications,
[kernel,
Expand Down

0 comments on commit 9a5ecb8

Please sign in to comment.