From 9be8e9ac2f5d8166660f623f37525eb2d8488faf Mon Sep 17 00:00:00 2001 From: Izel Nakri Date: Sat, 18 Mar 2017 18:10:26 +0100 Subject: [PATCH] 0.7.2 release --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 61fdeda8..5feca772 100644 --- a/README.md +++ b/README.md @@ -103,7 +103,7 @@ The library source code is minimal and well tested. It is suggested to read the ```elixir def deps do - [{:paper_trail, "~> 0.7.0"}] + [{:paper_trail, "~> 0.7.2"}] end ```