From 01a4afab30338820f0a88fab6970b5e49617a033 Mon Sep 17 00:00:00 2001 From: Sheharyar Naseer Date: Sat, 16 Mar 2019 23:09:09 -0700 Subject: [PATCH] Bump version to v0.3.1 --- README.md | 2 +- mix.exs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8657d35..f538c3b 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.0"}] + [{:memento, "~> 0.3.1"}] end ``` diff --git a/mix.exs b/mix.exs index 45e298e..4491f5d 100644 --- a/mix.exs +++ b/mix.exs @@ -3,7 +3,7 @@ defmodule Memento.Mixfile do @app :memento @name "Memento" - @version "0.3.0" + @version "0.3.1" @github "https://github.com/sheharyarn/#{@app}" @author "Sheharyar Naseer" @license "MIT"