Current section
2 Versions
Jump to
Current section
2 Versions
Compare versions
2
files changed
+2
additions
-2
deletions
| @@ -33,4 +33,4 @@ | |
| 33 33 | {<<"optional">>,false}, |
| 34 34 | {<<"repository">>,<<"hexpm">>}, |
| 35 35 | {<<"requirement">>,<<"~> 1.0">>}]]}. |
| 36 | - {<<"version">>,<<"0.0.1">>}. |
| 36 | + {<<"version">>,<<"0.1.0">>}. |
| @@ -4,7 +4,7 @@ defmodule HedwigMattermost.Mixfile do | |
| 4 4 | def project do |
| 5 5 | [ |
| 6 6 | app: :hedwig_mattermost, |
| 7 | - version: "0.0.1", |
| 7 | + version: "0.1.0", |
| 8 8 | elixir: "~> 1.3", |
| 9 9 | elixirc_paths: elixirc_paths(Mix.env), |
| 10 10 | build_embedded: Mix.env == :prod, |