Current section

29 Versions

Jump to

Compare versions

3 files changed
+3 additions
-3 deletions
  @@ -10,4 +10,4 @@
10 10 [{<<"GitHub">>,<<"https://github.com/RaymondLoranger/islands_player_id">>}]}.
11 11 {<<"name">>,<<"islands_player_id">>}.
12 12 {<<"requirements">>,[]}.
13 - {<<"version">>,<<"0.1.7">>}.
13 + {<<"version">>,<<"0.1.8">>}.
  @@ -5,7 +5,7 @@ defmodule Islands.PlayerID do
5 5 @moduledoc """
6 6 Defines the `player ID` type for the _Game of Islands_.
7 7
8 - ##### Based on the book [Functional Web Development](https://pragprog.com/book/lhelph/functional-web-development-with-elixir-otp-and-phoenix) by Lance Halvorsen.
8 + ##### Inspired by the book [Functional Web Development](https://pragprog.com/book/lhelph/functional-web-development-with-elixir-otp-and-phoenix) by Lance Halvorsen.
9 9 """
10 10
11 11 @type t :: :player1 | :player2
  @@ -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.7",
7 + version: "0.1.8",
8 8 elixir: "~> 1.11",
9 9 start_permanent: Mix.env() == :prod,
10 10 name: "Islands Player ID",