Skip to content

Commit

Permalink
Bump version to v0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sheharyarn committed Apr 15, 2021
1 parent 955d37c commit 5b96ed2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions 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.1"}]
[{:memento, "~> 0.3.2"}]
end
```

Expand Down Expand Up @@ -251,7 +251,7 @@ function or mix task that does this for you. You can see a [sample implementatio
- [x] Create/Delete helpers
- [x] clear_table
- [x] table_info
- [ ] wait
- [x] wait
- [ ] Ecto-like DSL
- [ ] Migration Support
- [x] Memento.Query
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.1"
@version "0.3.2"
@github "https://github.com/sheharyarn/#{@app}"
@author "Sheharyar Naseer"
@license "MIT"
Expand Down

0 comments on commit 5b96ed2

Please sign in to comment.