Skip to content

Commit 5b96ed2

Browse files
committed
Bump version to v0.3.2
1 parent 955d37c commit 5b96ed2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ Add `:memento` to your list of dependencies in your Mix file:
6363

6464
```elixir
6565
def deps do
66-
[{:memento, "~> 0.3.1"}]
66+
[{:memento, "~> 0.3.2"}]
6767
end
6868
```
6969

@@ -251,7 +251,7 @@ function or mix task that does this for you. You can see a [sample implementatio
251251
- [x] Create/Delete helpers
252252
- [x] clear_table
253253
- [x] table_info
254-
- [ ] wait
254+
- [x] wait
255255
- [ ] Ecto-like DSL
256256
- [ ] Migration Support
257257
- [x] Memento.Query

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ defmodule Memento.Mixfile do
33

44
@app :memento
55
@name "Memento"
6-
@version "0.3.1"
6+
@version "0.3.2"
77
@github "https://github.com/sheharyarn/#{@app}"
88
@author "Sheharyar Naseer"
99
@license "MIT"

0 commit comments

Comments
 (0)