Pre-prepare for alpha launch (#44)

* Add an initial version

* Add a license
This commit is contained in:
Kieran
2024-03-01 19:47:19 -08:00
committed by GitHub
parent 36f27c76e8
commit 9e75092876
5 changed files with 675 additions and 15 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ defmodule Pinchflat.MixProject do
def project do
[
app: :pinchflat,
version: "0.1.0",
version: "0.1.0-alpha",
elixir: "~> 1.16",
elixirc_paths: elixirc_paths(Mix.env()),
start_permanent: Mix.env() == :prod,