From 83c841f60f4deb26d8a42c7e101d9eb67b48f873 Mon Sep 17 00:00:00 2001 From: NotAKidoS <37721153+NotAKidoS@users.noreply.github.com> Date: Sun, 25 Aug 2024 07:01:54 -0500 Subject: [PATCH] Stickers: bumped ver number --- Stickers/Properties/AssemblyInfo.cs | 4 ++-- Stickers/format.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Stickers/Properties/AssemblyInfo.cs b/Stickers/Properties/AssemblyInfo.cs index 994904f..6ea1c4a 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.1"; - public const string Author = "Exterrata & NotAKidoS"; + public const string Version = "1.0.2"; + public const string Author = "NotAKidoS"; } \ No newline at end of file diff --git a/Stickers/format.json b/Stickers/format.json index fc4871f..48f1b84 100644 --- a/Stickers/format.json +++ b/Stickers/format.json @@ -1,7 +1,7 @@ { "_id": -1, "name": "Stickers", - "modversion": "1.0.0", + "modversion": "1.0.2", "gameversion": "2024r175", "loaderversion": "0.6.1", "modtype": "Mod",