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
| @@ -24,7 +24,7 @@ | |
| 24 24 | {<<"name">>,<<"persist_config">>}, |
| 25 25 | {<<"optional">>,false}, |
| 26 26 | {<<"repository">>,<<"hexpm">>}, |
| 27 | - {<<"requirement">>,<<"~> 0.1">>}], |
| 27 | + {<<"requirement">>,<<"~> 0.2">>}], |
| 28 28 | [{<<"app">>,<<"islands_board">>}, |
| 29 29 | {<<"name">>,<<"islands_board">>}, |
| 30 30 | {<<"optional">>,false}, |
| @@ -65,4 +65,4 @@ | |
| 65 65 | {<<"optional">>,false}, |
| 66 66 | {<<"repository">>,<<"hexpm">>}, |
| 67 67 | {<<"requirement">>,<<"~> 0.1">>}]]}. |
| 68 | - {<<"version">>,<<"0.1.3">>}. |
| 68 | + {<<"version">>,<<"0.1.4">>}. |
| @@ -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.3", |
| 7 | + version: "0.1.4", |
| 8 8 | elixir: "~> 1.7", |
| 9 9 | start_permanent: Mix.env() == :prod, |
| 10 10 | name: "Islands Tally", |
| @@ -48,7 +48,7 @@ defmodule Islands.Tally.MixProject do | |
| 48 48 | github: "RaymondLoranger/mix_tasks", only: :dev, runtime: false}, |
| 49 49 | {:poison, "~> 3.0"}, |
| 50 50 | {:jason, "~> 1.0"}, |
| 51 | - {:persist_config, "~> 0.1"}, |
| 51 | + {:persist_config, "~> 0.2", runtime: false}, |
| 52 52 | {:islands_board, "~> 0.1"}, |
| 53 53 | {:islands_game, "~> 0.1"}, |
| 54 54 | {:islands_guesses, "~> 0.1"}, |