diff options
| author | s-ol <s-ol@users.noreply.github.com> | 2020-05-13 15:16:19 +0000 |
|---|---|---|
| committer | s-ol <s-ol@users.noreply.github.com> | 2020-05-13 15:16:19 +0000 |
| commit | 71c78a1786c6d8c9de2f8acc51c64427c7698e8d (patch) | |
| tree | 39ac3c044984e4f139745f47412d60c7638698c6 /alv/version.moon | |
| parent | fix release script (diff) | |
| download | alive-0.1.tar.gz alive-0.1.zip | |
release v0.1v0.1
Diffstat (limited to 'alv/version.moon')
| -rw-r--r-- | alv/version.moon | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/alv/version.moon b/alv/version.moon index 1bec23c..e2754a2 100644 --- a/alv/version.moon +++ b/alv/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-rc4" + tag: "v0.1" web: "https://github.com/s-ol/alive" repo: "https://github.com/s-ol/alive.git" - release: "https://github.com/s-ol/alive/releases/tag/v0.1-rc4" + release: "https://github.com/s-ol/alive/releases/tag/v0.1" } |
