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
| @@ -65,4 +65,4 @@ | |
| 65 65 | {<<"optional">>,false}, |
| 66 66 | {<<"repository">>,<<"hexpm">>}, |
| 67 67 | {<<"requirement">>,<<"~> 0.1">>}]]}. |
| 68 | - {<<"version">>,<<"0.1.4">>}. |
| 68 | + {<<"version">>,<<"0.1.5">>}. |
| @@ -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.4", |
| 7 | + version: "0.1.5", |
| 8 8 | elixir: "~> 1.7", |
| 9 9 | start_permanent: Mix.env() == :prod, |
| 10 10 | name: "Islands Tally", |