Skip to content

Commit

Permalink
Bump to v1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
whitfin committed Aug 4, 2018
1 parent 360d062 commit a298505
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 @@ Hypex is available on [Hex](https://hex.pm/). You can install the package via:

```elixir
def deps do
[{ :hypex, "~> 1.1.0" }]
[{ :hypex, "~> 1.1" }]
end
```

Expand Down
2 changes: 1 addition & 1 deletion mix.exs
@@ -1,7 +1,7 @@
defmodule Hypex.Mixfile do
use Mix.Project

@version "1.1.0"
@version "1.1.1"
@url_docs "http://hexdocs.pm/hypex"
@url_github "https://github.com/zackehh/hypex"

Expand Down

0 comments on commit a298505

Please sign in to comment.