Current section
29 Versions
Jump to
Current section
29 Versions
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.17">>}. |
| 13 | + {<<"version">>,<<"0.1.18">>}. |
| @@ -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 | - ##### Inspired by 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/titles/lhelph/functional-web-development-with-elixir-otp-and-phoenix/) by Lance Halvorsen. |
| 9 9 | """ |
| 10 10 | |
| 11 11 | @typedoc "Player ID for the Game of Islands" |
| @@ -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.17", |
| 7 | + version: "0.1.18", |
| 8 8 | elixir: "~> 1.11", |
| 9 9 | start_permanent: Mix.env() == :prod, |
| 10 10 | name: "Islands Player ID", |