From 5616c763d6913d66756f8a05dcbd98f6e0914304 Mon Sep 17 00:00:00 2001 From: TwistedUmbrellaX Date: Sat, 2 Mar 2024 21:15:44 -0500 Subject: [PATCH] Fixing binary version number --- manifest.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/manifest.json b/manifest.json index d9107c8..d23259b 100644 --- a/manifest.json +++ b/manifest.json @@ -8,6 +8,14 @@ "category": "General", "imageUrl": "https://raw.githubusercontent.com/jumoog/intro-skipper/master/images/logo.png", "versions": [ + { + "version": "0.1.14.0", + "changelog": "- See the full changelog at [GitHub](https://github.com/jumoog/intro-skipper/blob/master/CHANGELOG.md)\n", + "targetAbi": "10.8.4.0", + "sourceUrl": "https://github.com/jumoog/intro-skipper/releases/download/v0.1.14/intro-skipper-v0.1.14.zip", + "checksum": "704ecc32588243545c44b2eed130b033", + "timestamp": "2024-03-02T21:10:57Z" + }, { "version": "0.1.13.0", "changelog": "- See the full changelog at [GitHub](https://github.com/jumoog/intro-skipper/blob/master/CHANGELOG.md)\n",