From 30f6d8fa21f0e0b5997df55e39e6bc3b44988210 Mon Sep 17 00:00:00 2001 From: Thiago Dias Date: Fri, 12 Apr 2024 09:32:44 -0700 Subject: [PATCH] Update version in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f82b296..8aea3ea 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ The docs can be found at [https://hexdocs.pm/cassandrax](https://hexdocs.pm/cass ```elixir def deps do [ - {:cassandrax, "~> 0.1.0"} + {:cassandrax, "~> 0.3.0"} ] end ```