Skip to content

Commit

Permalink
Bump to v3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
whitfin committed Aug 2, 2019
1 parent cbfd7ac commit f0bfe9f
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 @@ -70,7 +70,7 @@ As of v0.8.0, Cachex is available on [Hex](https://hex.pm/). You can install the

```elixir
def deps do
[{:cachex, "~> 3.1"}]
[{:cachex, "~> 3.2"}]
end
```

Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
defmodule Cachex.Mixfile do
use Mix.Project

@version "3.1.3"
@version "3.2.0"
@url_docs "http://hexdocs.pm/cachex"
@url_github "https://github.com/whitfin/cachex"

Expand Down

0 comments on commit f0bfe9f

Please sign in to comment.