From 381b3e3bf09c35810ed50fa0b261046e92a2e876 Mon Sep 17 00:00:00 2001 From: Maarten van Vliet Date: Sun, 7 Apr 2019 14:18:28 +0200 Subject: [PATCH] Update mariax version in install instruction --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 59e9c19..f2f9052 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ Add Mariaex as a dependency in your `mix.exs` file. ```elixir def deps do - [{:mariaex, "~> 0.8.2"} ] + [{:mariaex, "~> 0.9.1"} ] end ```