From 357e078631c0998c4dbb9a8cf0f360c407229200 Mon Sep 17 00:00:00 2001 From: Sheharyar Naseer Date: Tue, 5 Mar 2019 12:59:45 -0800 Subject: [PATCH] Bump version to v0.3.0 --- README.md | 2 +- mix.exs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 11cbc02..8657d35 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.2.1"}] + [{:memento, "~> 0.3.0"}] end ``` diff --git a/mix.exs b/mix.exs index e0c7432..45e298e 100644 --- a/mix.exs +++ b/mix.exs @@ -3,7 +3,7 @@ defmodule Memento.Mixfile do @app :memento @name "Memento" - @version "0.2.1" + @version "0.3.0" @github "https://github.com/sheharyarn/#{@app}" @author "Sheharyar Naseer" @license "MIT"