We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5207d6 commit 5b7c935Copy full SHA for 5b7c935
mix.exs
@@ -3,12 +3,21 @@ defmodule Memento.Mixfile do
3
4
@app :memento
5
@name "Memento"
6
- @version "0.1.0"
+ @version "0.2.0"
7
@github "https://github.com/sheharyarn/#{@app}"
8
@author "Sheharyar Naseer"
9
@license "MIT"
10
11
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
21
def project do
22
[
23
# Project
@@ -57,7 +66,7 @@ defmodule Memento.Mixfile do
57
66
58
67
# Package Description
59
68
defp description do
60
- "Mnesia Simplified"
69
+ "Simple & Powerful Elixir wrapper for the Mnesia Database"
61
70
end
62
71
63
72
0 commit comments