diff options
| author | s-ol <s-ol@users.noreply.github.com> | 2020-04-11 07:25:24 +0000 |
|---|---|---|
| committer | s-ol <s-ol@users.noreply.github.com> | 2020-04-11 07:25:24 +0000 |
| commit | 91b40a494bfe7e9ffe21b2eb2b5f5eb9b4040963 (patch) | |
| tree | 5b68257b6b4e089fbfff88e8e5373040a381740d | |
| parent | lib/time: add scale-time, sequence (diff) | |
| download | alive-91b40a494bfe7e9ffe21b2eb2b5f5eb9b4040963.tar.gz alive-91b40a494bfe7e9ffe21b2eb2b5f5eb9b4040963.zip | |
release v0.1-rc2
| -rw-r--r-- | core/version.moon | 4 |
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" } |
