From 711b310ca3bc9bed75051a4f1e4e768018ce750b Mon Sep 17 00:00:00 2001 From: Pierre de Lacroix Date: Tue, 1 Dec 2020 14:20:17 +0100 Subject: prepare for release v0.2.0 --- mix.exs | 4 ++-- 1 file 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 -- cgit v1.2.3