Packages
Creates a tally struct for the Game of Islands. Also displays the summary of a Game of Islands.
Current section
30 Versions
Jump to
Current section
30 Versions
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.17">>}. |
| 113 | + {<<"version">>,<<"0.1.18">>}. |
| @@ -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.17", |
| 7 | + version: "0.1.18", |
| 8 8 | elixir: "~> 1.11", |
| 9 9 | start_permanent: Mix.env() == :prod, |
| 10 10 | name: "Islands Tally", |