From ea18b1ca5a646347942c5100e5d5301eda6e6cc7 Mon Sep 17 00:00:00 2001 From: Glenn Roberts <72130+glennr@users.noreply.github.com> Date: Fri, 22 May 2020 10:19:03 +1000 Subject: [PATCH] Update installation version in README.md (#90) Its out of sync with published Hex version. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9345d1e6..bb36d234 100644 --- a/README.md +++ b/README.md @@ -104,7 +104,7 @@ The library source code is minimal and well tested. It is suggested to read the ```elixir def deps do - [{:paper_trail, "~> 0.8.2"}] + [{:paper_trail, "~> 0.8.7"}] end ```