Skip to content

Commit

Permalink
Bump to v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
whitfin committed Jun 16, 2016
1 parent b96c7d6 commit 3185eb0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Eternal is available on [Hex](https://hex.pm/). You can install the package via:

```elixir
def deps do
[{:eternal, "~> 1.0.0"}]
[{:eternal, "~> 1.0.1"}]
end
```

Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ defmodule Eternal.Mixfile do
},
maintainers: [ "Isaac Whitfield" ]
},
version: "1.0.0",
version: "1.0.1",
elixir: "~> 1.1",
deps: deps,
docs: [
Expand Down

0 comments on commit 3185eb0

Please sign in to comment.