Skip to content

Commit

Permalink
Release v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
maennchen committed Aug 19, 2022
1 parent b506abb commit 5e01a1f
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion mix.exs
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
defmodule Athena.MixProject do
use Mix.Project

@source_url "https://github.com/athena-logistics/athena-backend"

def project do
[
app: :athena_logistics,
version: "0.0.0",
version: "1.0.0",
elixir: "~> 1.13",
elixirc_paths: elixirc_paths(Mix.env()),
start_permanent: Mix.env() == :prod,
Expand All @@ -29,6 +31,12 @@ defmodule Athena.MixProject do
"coveralls.json": :test,
"coveralls.post": :test,
"coveralls.xml": :test
],
description: "Athena Event Logistics - Backend / Web",
package: [
maintainers: ["Jonatan Männchen"],
licenses: ["MIT"],
links: %{"GitHub" => @source_url, "Website" => "https://athena-logistics.github.io/"}
]
]
end
Expand Down

0 comments on commit 5e01a1f

Please sign in to comment.