From a2aa70020b8e0c907c930947aa4d59cb69f98fc1 Mon Sep 17 00:00:00 2001 From: Kenny Parnell Date: Wed, 27 Nov 2024 14:55:46 -0500 Subject: [PATCH] Update README to 0.5.0 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index dc77fc5..3af8d01 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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 ```