Current section

30 Versions

Jump to

Compare versions

2 files changed
+2 additions
-2 deletions
  @@ -1,7 +1,7 @@
1 1 {<<"links">>,
2 2 [{<<"GitHub">>,<<"https://github.com/RaymondLoranger/islands_tally">>}]}.
3 3 {<<"name">>,<<"islands_tally">>}.
4 - {<<"version">>,<<"0.1.26">>}.
4 + {<<"version">>,<<"0.1.27">>}.
5 5 {<<"description">>,
6 6 <<"Creates a tally struct for the Game of Islands.\nAlso displays the summary of a Game of Islands.">>}.
7 7 {<<"elixir">>,<<"~> 1.11">>}.
  @@ -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.26",
7 + version: "0.1.27",
8 8 elixir: "~> 1.11",
9 9 start_permanent: Mix.env() == :prod,
10 10 name: "Islands Tally",