Current section

30 Versions

Jump to

Compare versions

2 files changed
+2 additions
-2 deletions
  @@ -65,4 +65,4 @@
65 65 {<<"optional">>,false},
66 66 {<<"repository">>,<<"hexpm">>},
67 67 {<<"requirement">>,<<"~> 0.1">>}]]}.
68 - {<<"version">>,<<"0.1.7">>}.
68 + {<<"version">>,<<"0.1.8">>}.
  @@ -4,7 +4,7 @@ defmodule Islands.Tally.MixProject do
4 4 def project do
5 5 [
6 6 app: :islands_tally,
7 - version: "0.1.7",
7 + version: "0.1.8",
8 8 elixir: "~> 1.7",
9 9 start_permanent: Mix.env() == :prod,
10 10 name: "Islands Tally",