Skip to content

Commit

Permalink
Bump version to v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sheharyarn committed Aug 26, 2018
1 parent e5207d6 commit 5b7c935
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -57,7 +66,7 @@ defmodule Memento.Mixfile do

# Package Description
defp description do
"Mnesia Simplified"
"Simple & Powerful Elixir wrapper for the Mnesia Database"
end


Expand Down

0 comments on commit 5b7c935

Please sign in to comment.