From aec4d2ecc438a77ca8f460de0265e97969bedc13 Mon Sep 17 00:00:00 2001 From: seton Date: Thu, 25 Jun 2026 20:15:02 -0400 Subject: [PATCH] Bump version to 0.2.7 Skip 0.2.6: this rolls up two releases' worth of work (the Mesh LOD and Profiler modules and the map labels). Add 0.2.7 to the update manifest and drop the oldest entry to keep the last three releases listed. --- Info.json | 2 +- repository.json | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Info.json b/Info.json index a5c8a50..48abc84 100644 --- a/Info.json +++ b/Info.json @@ -2,7 +2,7 @@ "Id": "S3", "DisplayName": "S³ - Seton's Special Sauce", "Author": "seton", - "Version": "0.2.5", + "Version": "0.2.7", "ManagerVersion": "0.27.0", "GameVersionPoint": "0", "AssemblyName": "S3.dll", diff --git a/repository.json b/repository.json index 9e1eb2a..3b6fd7e 100644 --- a/repository.json +++ b/repository.json @@ -1,5 +1,10 @@ { "Releases": [ + { + "Id": "S3", + "Version": "0.2.7", + "DownloadUrl": "https://git.farmtowntech.com/setonc/railroader-setons-special-sauce/releases/download/0.2.7/SetonsSpecialSauce-0.2.7.zip" + }, { "Id": "S3", "Version": "0.2.5", @@ -9,11 +14,6 @@ "Id": "S3", "Version": "0.2.4", "DownloadUrl": "https://git.farmtowntech.com/setonc/railroader-setons-special-sauce/releases/download/0.2.4/SetonsSpecialSauce-0.2.4.zip" - }, - { - "Id": "S3", - "Version": "0.2.3", - "DownloadUrl": "https://git.farmtowntech.com/setonc/railroader-setons-special-sauce/releases/download/0.2.3/SetonsSpecialSauce-0.2.3.zip" } ] }