Current section
5 Versions
Jump to
Current section
5 Versions
Compare versions
2
files changed
+2
additions
-2
deletions
| @@ -79,4 +79,4 @@ | |
| 79 79 | {<<"optional">>,false}, |
| 80 80 | {<<"repository">>,<<"hexpm">>}, |
| 81 81 | {<<"requirement">>,<<"~> 1.4">>}]]}. |
| 82 | - {<<"version">>,<<"0.1.0">>}. |
| 82 | + {<<"version">>,<<"1.1.0">>}. |
| @@ -6,7 +6,7 @@ defmodule Clashofclans.MixProject do | |
| 6 6 | def project do |
| 7 7 | [ |
| 8 8 | app: :clashofclans, |
| 9 | - version: "0.1.0", |
| 9 | + version: "1.1.0", |
| 10 10 | description: "An extended and functional wrapper for the Clash of Clans API", |
| 11 11 | elixir: "~> 1.14", |
| 12 12 | start_permanent: Mix.env() == :prod, |