Current section
29 Versions
Jump to
Current section
29 Versions
Compare versions
2
files changed
+2
additions
-2
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.8">>}. |
| 13 | + {<<"version">>,<<"0.1.9">>}. |
| @@ -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.8", |
| 7 | + version: "0.1.9", |
| 8 8 | elixir: "~> 1.11", |
| 9 9 | start_permanent: Mix.env() == :prod, |
| 10 10 | name: "Islands Player ID", |