From 24b7bcf593ef2e79f8a8002382285adc5673025c Mon Sep 17 00:00:00 2001 From: Ole Spaarmann Date: Thu, 21 Jun 2018 18:40:45 +0200 Subject: [PATCH] Update docs. --- lib/exdgraph.ex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/exdgraph.ex b/lib/exdgraph.ex index ea9e7bb..a43587d 100755 --- a/lib/exdgraph.ex +++ b/lib/exdgraph.ex @@ -9,7 +9,7 @@ defmodule ExDgraph do ```elixir def deps do [ - {:ex_dgraph, "~> 0.2.0-alpha.3"} + {:ex_dgraph, "~> 0.2.0-alpha.5"} ] end ```