From f85758b722f041ed3c363e62d3a29bd7b2cecc70 Mon Sep 17 00:00:00 2001 From: Sheharyar Naseer Date: Thu, 2 Aug 2018 03:06:44 -0400 Subject: [PATCH] Bump version to v0.1.0 --- mix.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mix.exs b/mix.exs index 708cbea..a028c3c 100644 --- a/mix.exs +++ b/mix.exs @@ -3,7 +3,7 @@ defmodule Memento.Mixfile do @app :memento @name "Memento" - @version "0.0.1" + @version "0.1.0" @github "https://github.com/sheharyarn/#{@app}" @author "Sheharyar Naseer" @license "MIT"