Current section

30 Versions

Jump to

Compare versions

2 files changed
+2 additions
-2 deletions
  @@ -110,4 +110,4 @@
110 110 {<<"optional">>,false},
111 111 {<<"repository">>,<<"hexpm">>},
112 112 {<<"requirement">>,<<"~> 4.0">>}]]}.
113 - {<<"version">>,<<"0.1.19">>}.
113 + {<<"version">>,<<"0.1.20">>}.
  @@ -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.19",
7 + version: "0.1.20",
8 8 elixir: "~> 1.11",
9 9 start_permanent: Mix.env() == :prod,
10 10 name: "Islands Tally",