Current section

29 Versions

Jump to

Compare versions

2 files changed
+7 additions
-7 deletions
  @@ -1,13 +1,13 @@
1 - {<<"app">>,<<"islands_player_id">>}.
2 - {<<"build_tools">>,[<<"mix">>]}.
1 + {<<"links">>,
2 + [{<<"GitHub">>,<<"https://github.com/RaymondLoranger/islands_player_id">>}]}.
3 + {<<"name">>,<<"islands_player_id">>}.
4 + {<<"version">>,<<"0.1.19">>}.
3 5 {<<"description">>,<<"Defines the player ID type for the Game of Islands.">>}.
4 6 {<<"elixir">>,<<"~> 1.11">>}.
7 + {<<"app">>,<<"islands_player_id">>}.
5 8 {<<"files">>,
6 9 [<<"lib">>,<<"lib/islands">>,<<"lib/islands/player_id.ex">>,<<"mix.exs">>,
7 10 <<"README.md">>]}.
8 11 {<<"licenses">>,[<<"MIT">>]}.
9 - {<<"links">>,
10 - [{<<"GitHub">>,<<"https://github.com/RaymondLoranger/islands_player_id">>}]}.
11 - {<<"name">>,<<"islands_player_id">>}.
12 12 {<<"requirements">>,[]}.
13 - {<<"version">>,<<"0.1.18">>}.
13 + {<<"build_tools">>,[<<"mix">>]}.
  @@ -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.18",
7 + version: "0.1.19",
8 8 elixir: "~> 1.11",
9 9 start_permanent: Mix.env() == :prod,
10 10 name: "Islands Player ID",