diff --git a/mix.exs b/mix.exs index 4d0691e..9001557 100644 --- a/mix.exs +++ b/mix.exs @@ -4,18 +4,18 @@ defmodule Mash.MixProject do def project do [ app: :mash, - version: "0.3.0", + version: "0.3.1", elixir: "~> 1.14", start_permanent: Mix.env() == :prod, deps: deps(), docs: [ main: "Mash" ], - source_url: "https://gitlab.com/mythic-insight/mash", + source_url: "https://code.mythicinsight.com/mythic-insight/mash", package: [ description: "A dead simple tool for defining and running CI pipelines in Elixir.", licenses: ["MIT"], - links: %{"Gitlab" => "https://gitlab.com/mythic-insight/mash"} + links: %{"Gitlab" => "https://code.mythicinsight.com/mythic-insight/mash"} ] ] end