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 0dba854 commit 141b9e7Copy full SHA for 141b9e7
CHANGELOG.md
@@ -1,3 +1,7 @@
1
# 0.1.0
2
3
+* update to elixir 1.3
4
+
5
+# 0.1.0
6
7
First release!
mix.exs
@@ -1,6 +1,6 @@
defmodule Exscript.Mixfile do
use Mix.Project
- @vsn "0.0.1"
+ @vsn "0.1.0"
@github "https://github.com/liveforeverx/exscript"
def project do
@@ -19,7 +19,9 @@ defmodule Exscript.Mixfile do
19
end
20
21
defp package do
22
- [links: %{"GitHub" => @github}]
+ [maintainers: ["Dmitry Russ(Aleksandrov)"],
23
+ licenses: ["Apache 2.0"],
24
+ links: %{"GitHub" => @github}]
25
26
27
# Configuration for the OTP application
0 commit comments