diff options
author | Bryson Steck <brysonsteck@protonmail.com> | 2023-05-31 23:11:13 -0600 |
---|---|---|
committer | Bryson Steck <brysonsteck@protonmail.com> | 2023-05-31 23:11:13 -0600 |
commit | 3eec9bf045b5b29ce6fa7a42f94392ed3d9f2cc2 (patch) | |
tree | d490575a2e723a9c64d09977b7f60111fc9e1292 /static | |
parent | db1160542923460d75c6fecd27bac09c578c223d (diff) | |
download | website-3eec9bf045b5b29ce6fa7a42f94392ed3d9f2cc2.tar website-3eec9bf045b5b29ce6fa7a42f94392ed3d9f2cc2.tar.gz website-3eec9bf045b5b29ce6fa7a42f94392ed3d9f2cc2.tar.bz2 |
updates
Diffstat (limited to 'static')
-rw-r--r-- | static/updates.json | 24 |
1 files changed, 14 insertions, 10 deletions
diff --git a/static/updates.json b/static/updates.json index 5c284a0..7b5b271 100644 --- a/static/updates.json +++ b/static/updates.json @@ -1,13 +1,17 @@ { - "wiimmfi-watcher": { - "current-release": "1.2.1", - "github-release": "https://github.com/brysonsteck/wiimmfi-watcher/releases/tag/1.2.1", - "play-store": "https://play.google.com/store/apps/details?id=me.brysonsteck.wiimmfiwatcher" - }, + "resurrection": { + "current-release": "1.3.2", + "github-release": "https://github.com/brysonsteck/resurrection/releases/tag/1.3.2", + "message": "Hello! I forgot to change the version in the plugin's YML, so if you downloaded Resurrection 1.3.2 and you are getting a notification that a new version of Resurrection is available, you can now download the patched version on GitHub to stop getting that error. Sorry about that!" + }, - "resurrection": { - "current-release": "1.3.2", - "github-release": "https://github.com/brysonsteck/resurrection/releases/tag/1.3.2", - "message": "Hello! I forgot to change the version in the plugin's YML, so if you downloaded Resurrection 1.3.2 and you are getting a notification that a new version of Resurrection is available, you can now download the patched version on GitHub to stop getting that error. Sorry about that!" - } + "servercraft": { + "current-release": "0.1-beta", + "codeberg-release": "https://codeberg.org/brysonsteck/ServerCraft/releases/tag/0.1-beta", + "message": "", + "whats-new": "Nothing, yet", + "win": "https://codeberg.org/attachments/0c524a63-24e0-4bfa-94d5-a4c69e01fff9", + "macos": "https://codeberg.org/attachments/b7a3751d-8059-475f-8c15-2a59280a7773", + "linux": "https://codeberg.org/attachments/08c86c4d-82c9-4cba-89b5-395861979d7d" + } } |