diff --git a/README.md b/README.md index 7957f5b..8865e02 100644 --- a/README.md +++ b/README.md @@ -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 ``` @@ -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 diff --git a/mix.exs b/mix.exs index 4491f5d..7275e0a 100644 --- a/mix.exs +++ b/mix.exs @@ -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"