From 5b7c935a892334941144de224c37757527f3003a Mon Sep 17 00:00:00 2001 From: Sheharyar Naseer Date: Sun, 26 Aug 2018 12:23:18 -0400 Subject: [PATCH] Bump version to v0.2.0 --- mix.exs | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/mix.exs b/mix.exs index a028c3c..aef0d36 100644 --- a/mix.exs +++ b/mix.exs @@ -3,12 +3,21 @@ defmodule Memento.Mixfile do @app :memento @name "Memento" - @version "0.1.0" + @version "0.2.0" @github "https://github.com/sheharyarn/#{@app}" @author "Sheharyar Naseer" @license "MIT" + # NOTE: + # To publish package or update docs, use the `docs` + # mix environment to not include support modules + # that are normally included in the `dev` environment + # + # MIX_ENV=docs hex.publish + # + + def project do [ # Project @@ -57,7 +66,7 @@ defmodule Memento.Mixfile do # Package Description defp description do - "Mnesia Simplified" + "Simple & Powerful Elixir wrapper for the Mnesia Database" end