We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a935b35 commit 01a4afaCopy full SHA for 01a4afa
README.md
@@ -63,7 +63,7 @@ Add `:memento` to your list of dependencies in your Mix file:
63
64
```elixir
65
def deps do
66
- [{:memento, "~> 0.3.0"}]
+ [{:memento, "~> 0.3.1"}]
67
end
68
```
69
mix.exs
@@ -3,7 +3,7 @@ defmodule Memento.Mixfile do
3
4
@app :memento
5
@name "Memento"
6
- @version "0.3.0"
+ @version "0.3.1"
7
@github "https://github.com/sheharyarn/#{@app}"
8
@author "Sheharyar Naseer"
9
@license "MIT"
0 commit comments