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
+4
additions
-4
deletions
| @@ -59,5 +59,5 @@ | |
| 59 59 | {<<"name">>,<<"poison">>}, |
| 60 60 | {<<"optional">>,false}, |
| 61 61 | {<<"repository">>,<<"hexpm">>}, |
| 62 | - {<<"requirement">>,<<"~> 3.0">>}]]}. |
| 63 | - {<<"version">>,<<"0.1.10">>}. |
| 62 | + {<<"requirement">>,<<"~> 4.0">>}]]}. |
| 63 | + {<<"version">>,<<"0.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.10", |
| 7 | + version: "0.1.11", |
| 8 8 | elixir: "~> 1.11", |
| 9 9 | start_permanent: Mix.env() == :prod, |
| 10 10 | name: "Islands Tally", |
| @@ -57,7 +57,7 @@ defmodule Islands.Tally.MixProject do | |
| 57 57 | {:jason, "~> 1.0"}, |
| 58 58 | {:mix_tasks, |
| 59 59 | github: "RaymondLoranger/mix_tasks", only: :dev, runtime: false}, |
| 60 | - {:poison, "~> 3.0"} |
| 60 | + {:poison, "~> 4.0"} |
| 61 61 | ] |
| 62 62 | end |
| 63 63 | end |