Skip to content

Commit 141b9e7

Browse files
committed
Release v0.1.0
1 parent 0dba854 commit 141b9e7

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
11
# 0.1.0
22

3+
* update to elixir 1.3
4+
5+
# 0.1.0
6+
37
First release!

mix.exs

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
defmodule Exscript.Mixfile do
22
use Mix.Project
3-
@vsn "0.0.1"
3+
@vsn "0.1.0"
44
@github "https://github.com/liveforeverx/exscript"
55

66
def project do
@@ -19,7 +19,9 @@ defmodule Exscript.Mixfile do
1919
end
2020

2121
defp package do
22-
[links: %{"GitHub" => @github}]
22+
[maintainers: ["Dmitry Russ(Aleksandrov)"],
23+
licenses: ["Apache 2.0"],
24+
links: %{"GitHub" => @github}]
2325
end
2426

2527
# Configuration for the OTP application

0 commit comments

Comments
 (0)