summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPierre de Lacroix <pierre@pdelacroix.com>2020-12-01 14:20:17 +0100
committerPierre de Lacroix <pierre@pdelacroix.com>2020-12-01 14:20:17 +0100
commit711b310ca3bc9bed75051a4f1e4e768018ce750b (patch)
tree02bb84de3917475889a719ac30d4bf0e079f789f
parentadd CHANGELOG.md (diff)
prepare for release v0.2.0
-rw-r--r--mix.exs4
1 files changed, 2 insertions, 2 deletions
diff --git a/mix.exs b/mix.exs
index 34ad2af..9140d4e 100644
--- a/mix.exs
+++ b/mix.exs
@@ -7,7 +7,7 @@ defmodule MatrixAppService.MixProject do
app: :matrix_app_service,
source_url: "https://gitlab.com/kazarma/matrix_app_service.ex",
homepage_url: "https://gitlab.com/kazarma/matrix_app_service.ex",
- version: "0.1.0",
+ version: "0.2.0",
elixir: "~> 1.7",
elixirc_paths: elixirc_paths(Mix.env()),
compilers: [:phoenix] ++ Mix.compilers(),
@@ -30,7 +30,7 @@ defmodule MatrixAppService.MixProject do
defp package() do
[
- licenses: ["AGPLv3"],
+ licenses: ["AGPL-3.0"],
links: %{"GitLab" => "https://gitlab.com/kazarma/matrix_app_service.ex"}
]
end