aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authors-ol <s-ol@users.noreply.github.com>2020-04-11 07:25:24 +0000
committers-ol <s-ol@users.noreply.github.com>2020-04-11 07:25:24 +0000
commit91b40a494bfe7e9ffe21b2eb2b5f5eb9b4040963 (patch)
tree5b68257b6b4e089fbfff88e8e5373040a381740d
parentlib/time: add scale-time, sequence (diff)
downloadalive-91b40a494bfe7e9ffe21b2eb2b5f5eb9b4040963.tar.gz
alive-91b40a494bfe7e9ffe21b2eb2b5f5eb9b4040963.zip
release v0.1-rc2
-rw-r--r--core/version.moon4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/version.moon b/core/version.moon
index 144f4ac..6cee1b1 100644
--- a/core/version.moon
+++ b/core/version.moon
@@ -10,8 +10,8 @@
-- @tfield string repo the git repo URL
-- @tfield string release the web URL of this release
{
- tag: "v0.1-rc1"
+ tag: "v0.1-rc2"
web: "https://github.com/s-ol/alivecoding"
repo: "https://github.com/s-ol/alivecoding.git"
- release: "https://github.com/s-ol/alivecoding/releases/tag/v0.1-rc1"
+ release: "https://github.com/s-ol/alivecoding/releases/tag/v0.1-rc2"
}