Skip to content

Commit

Permalink
0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ckampfe committed May 31, 2017
1 parent b281793 commit bd6b828
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -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
```

Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Expand Up @@ -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",
Expand Down

0 comments on commit bd6b828

Please sign in to comment.