Skip to content

Commit

Permalink
Update README to 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kennyp committed Nov 27, 2024
1 parent 0cde005 commit a2aa700
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ This package is compatible with the other implementations at
[https://github.com/fernet](https://github.com/fernet).
They can exchange tokens freely among each other.

Documentation: [http://hexdocs.pm/fernetex/0.4.0/](http://hexdocs.pm/fernetex/0.4.0/)
Documentation: [http://hexdocs.pm/fernetex/0.5.0/](http://hexdocs.pm/fernetex/0.5.0/)


### Adding FernetEx To Your Project
Expand All @@ -20,7 +20,7 @@ To use FernetEx with your projects, edit your `mix.exs` file and add it as a dep

```elixir
defp deps do
[{:fernetex, "~> 0.4.0"}]
[{:fernetex, "~> 0.5.0"}]
end
```

Expand Down

0 comments on commit a2aa700

Please sign in to comment.