aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authors-ol <s-ol@users.noreply.github.com>2020-03-25 11:30:48 +0000
committers-ol <s-ol@users.noreply.github.com>2020-03-25 11:30:48 +0000
commit9c04a40a209b0a36546e67c9b4ffd2009f909b45 (patch)
treeaa69cbb8d3f77e32a00be0f5f0bfc653d4edfabe
parentadd match spec (diff)
downloadalive-9c04a40a209b0a36546e67c9b4ffd2009f909b45.tar.gz
alive-9c04a40a209b0a36546e67c9b4ffd2009f909b45.zip
release v0.1-rc1
-rw-r--r--core/version.moon8
-rwxr-xr-xextra/git-version.sh2
2 files changed, 5 insertions, 5 deletions
diff --git a/core/version.moon b/core/version.moon
index 41d4ab3..5def7eb 100644
--- a/core/version.moon
+++ b/core/version.moon
@@ -11,9 +11,9 @@
-- @tfield string repo the git repo URL
-- @tfield string web the repo web URL
{
- tag: "v0.0"
- rev_short: "677c0d2"
- rev_long: "677c0d2f01e14bbeca1583ec7878d80c71c3aa68"
+ tag: "v0.1-rc1"
+ rev_short: "22e3ba0"
+ rev_long: "22e3ba039d18f376cd98dfdc3271293ca33d4b14"
repo: "https://github.com/s-ol/alivecoding.git"
- web: "https://github.com/s-ol/alivecoding/tree/v0.0"
+ web: "https://github.com/s-ol/alivecoding/releases/tag/v0.1-rc1"
}
diff --git a/extra/git-version.sh b/extra/git-version.sh
index c2ffe06..6530f43 100755
--- a/extra/git-version.sh
+++ b/extra/git-version.sh
@@ -22,6 +22,6 @@ cat <<EOF
rev_short: "${REV_SHORT}"
rev_long: "${REV_LONG}"
repo: "https://github.com/s-ol/alivecoding.git"
- web: "https://github.com/s-ol/alivecoding/tree/${TAG}"
+ web: "https://github.com/s-ol/alivecoding/releases/tag/${TAG}"
}
EOF