Current section

40 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_request">>}]}.
3 3 {<<"name">>,<<"islands_request">>}.
4 - {<<"version">>,<<"0.1.31">>}.
4 + {<<"version">>,<<"0.1.32">>}.
5 5 {<<"description">>,<<"Defines the request type for the Game of Islands.">>}.
6 6 {<<"elixir">>,<<"~> 1.11">>}.
7 7 {<<"app">>,<<"islands_request">>}.
  @@ -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.31",
7 + version: "0.1.32",
8 8 elixir: "~> 1.11",
9 9 start_permanent: Mix.env() == :prod,
10 10 name: "Islands Request",