File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ Add `:memento` to your list of dependencies in your Mix file:
63
63
64
64
``` elixir
65
65
def deps do
66
- [{:memento , " ~> 0.3.1 " }]
66
+ [{:memento , " ~> 0.3.2 " }]
67
67
end
68
68
```
69
69
@@ -251,7 +251,7 @@ function or mix task that does this for you. You can see a [sample implementatio
251
251
- [x] Create/Delete helpers
252
252
- [x] clear_table
253
253
- [x] table_info
254
- - [ ] wait
254
+ - [x ] wait
255
255
- [ ] Ecto-like DSL
256
256
- [ ] Migration Support
257
257
- [x] Memento.Query
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ defmodule Memento.Mixfile do
3
3
4
4
@ app :memento
5
5
@ name "Memento"
6
- @ version "0.3.1 "
6
+ @ version "0.3.2 "
7
7
@ github "https://github.com/sheharyarn/#{ @ app } "
8
8
@ author "Sheharyar Naseer"
9
9
@ license "MIT"
You can’t perform that action at this time.
0 commit comments