diff options
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" } |
