Skip to content

Commit 990df30

Browse files
committed
feat: Update version to 0.0.11 in Const, project file, and mod manifest
1 parent 298e705 commit 990df30

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

Const.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ public static class Const
44
{
55
public const string Name = "RitsuLib";
66
public const string ModId = "com.ritsukage.sts2-RitsuLib";
7-
public const string Version = "0.0.10";
7+
public const string Version = "0.0.11";
88
public const string SettingsKey = "settings";
99
public const string SettingsFileName = "settings.json";
1010
}

STS2-RitsuLib.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<NoWarn>CS0436</NoWarn>
1010
<IsPackable>true</IsPackable>
1111
<PackageId>STS2.RitsuLib</PackageId>
12-
<Version>0.0.10</Version>
12+
<Version>0.0.11</Version>
1313
<Authors>OLC</Authors>
1414
<Description>Shared framework library for Slay the Spire 2 mods.</Description>
1515
<PackageReadmeFile>README.md</PackageReadmeFile>

mod_manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"name": "RitsuLib",
55
"author": "OLC",
66
"description": "A shared Slay the Spire 2 mod framework library providing reusable patching, persistence, lifecycle, localization, and utility APIs for other mods.",
7-
"version": "0.0.10",
7+
"version": "0.0.11",
88
"has_pck": false,
99
"has_dll": true,
1010
"affects_gameplay": false,

0 commit comments

Comments
 (0)