Skip to content

Commit

Permalink
Release 6.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
devinus committed Jun 9, 2024
1 parent 39021cd commit ffb05ba
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 @@ -27,7 +27,7 @@ First, add Poison to your `mix.exs` dependencies:

```elixir
def deps do
[{:poison, "~> 5.0"}]
[{:poison, "~> 6.0"}]
end
```

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
5.0.0
6.0.0

0 comments on commit ffb05ba

Please sign in to comment.