Current section

40 Versions

Jump to

Compare versions

2 files changed
+2 additions
-2 deletions
  @@ -30,4 +30,4 @@
30 30 {<<"optional">>,false},
31 31 {<<"repository">>,<<"hexpm">>},
32 32 {<<"requirement">>,<<"~> 0.1">>}]]}.
33 - {<<"version">>,<<"0.1.21">>}.
33 + {<<"version">>,<<"0.1.22">>}.
  @@ -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.21",
7 + version: "0.1.22",
8 8 elixir: "~> 1.11",
9 9 start_permanent: Mix.env() == :prod,
10 10 name: "Islands Request",