From bd6b8282993c80220525be037dc4063955ca9d2f Mon Sep 17 00:00:00 2001 From: Clark Kampfe Date: Tue, 30 May 2017 23:37:21 -0500 Subject: [PATCH] 0.4.0 --- README.md | 2 +- mix.exs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ad1ed81..4e30bb9 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ To install, add `strand` to your list of dependencies in `mix.exs`: ```elixir def deps do - [{:strand, "~> 0.3"}] + [{:strand, "~> 0.4"}] end ``` diff --git a/mix.exs b/mix.exs index 43b1cf8..a88cf92 100644 --- a/mix.exs +++ b/mix.exs @@ -3,7 +3,7 @@ defmodule Strand.Mixfile do def project do [app: :strand, - version: "0.3.2", + version: "0.4.0", elixir: "~> 1.4", package: package(), description: "graphs, like Loom",