Current section

40 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_guesses">>}]}.
3 3 {<<"name">>,<<"islands_guesses">>}.
4 - {<<"version">>,<<"0.1.34">>}.
4 + {<<"version">>,<<"0.1.35">>}.
5 5 {<<"description">>,
6 6 <<"A guesses struct and functions for the Game of Islands.">>}.
7 7 {<<"elixir">>,<<"~> 1.11">>}.
  @@ -4,7 +4,7 @@ defmodule Islands.Guesses.MixProject do
4 4 def project do
5 5 [
6 6 app: :islands_guesses,
7 - version: "0.1.34",
7 + version: "0.1.35",
8 8 elixir: "~> 1.11",
9 9 start_permanent: Mix.env() == :prod,
10 10 name: "Islands Guesses",