Skip to content

Commit

Permalink
Bump version to v0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sheharyarn committed Mar 17, 2019
1 parent a935b35 commit 01a4afa
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 @@ -63,7 +63,7 @@ Add `:memento` to your list of dependencies in your Mix file:

```elixir
def deps do
[{:memento, "~> 0.3.0"}]
[{:memento, "~> 0.3.1"}]
end
```

Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ defmodule Memento.Mixfile do

@app :memento
@name "Memento"
@version "0.3.0"
@version "0.3.1"
@github "https://github.com/sheharyarn/#{@app}"
@author "Sheharyar Naseer"
@license "MIT"
Expand Down

0 comments on commit 01a4afa

Please sign in to comment.