diff --git a/README.md b/README.md index ef470d7..dfc79c6 100644 --- a/README.md +++ b/README.md @@ -67,7 +67,7 @@ Add `:memento` to your list of dependencies in your Mix file: ```elixir def deps do - [{:memento, "~> 0.3.2"}] + [{:memento, "~> 0.4.0"}] end ``` diff --git a/mix.exs b/mix.exs index c38d285..3b4ad85 100644 --- a/mix.exs +++ b/mix.exs @@ -3,7 +3,7 @@ defmodule Memento.Mixfile do @app :memento @name "Memento" - @version "0.3.2" + @version "0.4.0" @github "https://github.com/sheharyarn/#{@app}" @author "Sheharyar Naseer" @license "MIT" @@ -80,6 +80,4 @@ defmodule Memento.Mixfile do links: %{"Github" => @github} ] end - end -