Current section

29 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_player_id">>}]}.
3 3 {<<"name">>,<<"islands_player_id">>}.
4 - {<<"version">>,<<"0.1.26">>}.
4 + {<<"version">>,<<"0.1.27">>}.
5 5 {<<"description">>,<<"Defines the player ID type for the Game of Islands.">>}.
6 6 {<<"elixir">>,<<"~> 1.11">>}.
7 7 {<<"app">>,<<"islands_player_id">>}.
  @@ -4,7 +4,7 @@ defmodule Islands.PlayerId.MixProject do
4 4 def project do
5 5 [
6 6 app: :islands_player_id,
7 - version: "0.1.26",
7 + version: "0.1.27",
8 8 elixir: "~> 1.11",
9 9 start_permanent: Mix.env() == :prod,
10 10 name: "Islands Player ID",