Skip to content

Commit 5b7c935

Browse files
committed
Bump version to v0.2.0
1 parent e5207d6 commit 5b7c935

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

mix.exs

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,21 @@ defmodule Memento.Mixfile do
33

44
@app :memento
55
@name "Memento"
6-
@version "0.1.0"
6+
@version "0.2.0"
77
@github "https://github.com/sheharyarn/#{@app}"
88
@author "Sheharyar Naseer"
99
@license "MIT"
1010

1111

12+
# NOTE:
13+
# To publish package or update docs, use the `docs`
14+
# mix environment to not include support modules
15+
# that are normally included in the `dev` environment
16+
#
17+
# MIX_ENV=docs hex.publish
18+
#
19+
20+
1221
def project do
1322
[
1423
# Project
@@ -57,7 +66,7 @@ defmodule Memento.Mixfile do
5766

5867
# Package Description
5968
defp description do
60-
"Mnesia Simplified"
69+
"Simple & Powerful Elixir wrapper for the Mnesia Database"
6170
end
6271

6372

0 commit comments

Comments
 (0)