From bf89ee24f597af1eaf3505c1ae67c5ccac183983 Mon Sep 17 00:00:00 2001 From: NotAKidoS <37721153+NotAKidoS@users.noreply.github.com> Date: Thu, 3 Apr 2025 04:01:28 -0500 Subject: [PATCH] [Stickers] bump version, fixes for 2025r179 --- Stickers/Properties/AssemblyInfo.cs | 2 +- Stickers/format.json | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Stickers/Properties/AssemblyInfo.cs b/Stickers/Properties/AssemblyInfo.cs index 5107aed..db9f15b 100644 --- a/Stickers/Properties/AssemblyInfo.cs +++ b/Stickers/Properties/AssemblyInfo.cs @@ -27,6 +27,6 @@ using System.Reflection; namespace NAK.Stickers.Properties; internal static class AssemblyInfoParams { - public const string Version = "1.0.8"; + public const string Version = "1.0.9"; public const string Author = "NotAKidoS, SketchFoxsky"; } \ No newline at end of file diff --git a/Stickers/format.json b/Stickers/format.json index 5c28daa..fd49c43 100644 --- a/Stickers/format.json +++ b/Stickers/format.json @@ -1,8 +1,8 @@ { "_id": 232, "name": "Stickers", - "modversion": "1.0.8", - "gameversion": "2024r177", + "modversion": "1.0.9", + "gameversion": "2025r179", "loaderversion": "0.6.1", "modtype": "Mod", "author": "NotAKidoS, SketchFoxsky", @@ -16,8 +16,8 @@ "requirements": [ "None" ], - "downloadlink": "https://github.com/NotAKidoS/NAK_CVR_Mods/releases/download/r41/Stickers.dll", + "downloadlink": "https://github.com/NotAKidoS/NAK_CVR_Mods/releases/download/r46/Stickers.dll", "sourcelink": "https://github.com/NotAKidoS/NAK_CVR_Mods/tree/main/Stickers/", - "changelog": "- Added world restriction via `[DisableStickers]` GameObject (thx Sketch).\n- Added sticker placement preview.\n- Fixed stickers being hit by VR switch shader replacement.\n- Fixed Desktop Sticker placement bind firing when a text field was focused.\n- **This version is not backwards compatible with previous versions over network.**", + "changelog": "- Fixes for 2025r179", "embedcolor": "#f61963" } \ No newline at end of file