Current section

40 Versions

Jump to

Compare versions

3 files changed
+3 additions
-3 deletions
  @@ -30,4 +30,4 @@
30 30 {<<"optional">>,false},
31 31 {<<"repository">>,<<"hexpm">>},
32 32 {<<"requirement">>,<<"~> 0.1">>}]]}.
33 - {<<"version">>,<<"0.1.27">>}.
33 + {<<"version">>,<<"0.1.28">>}.
  @@ -5,7 +5,7 @@ defmodule Islands.Request do
5 5 @moduledoc """
6 6 Defines the request 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 alias Islands.{Coord, Island, Player, PlayerID}
  @@ -4,7 +4,7 @@ defmodule Islands.Request.MixProject do
4 4 def project do
5 5 [
6 6 app: :islands_request,
7 - version: "0.1.27",
7 + version: "0.1.28",
8 8 elixir: "~> 1.11",
9 9 start_permanent: Mix.env() == :prod,
10 10 name: "Islands Request",