Skip to content

Commit 6c39fc6

Browse files
committed
chore(release): bump version to 0.2.27
1 parent 08c8d36 commit 6c39fc6

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
@@ -18,7 +18,7 @@ public static class Const
1818
/// <summary>
1919
/// Assembly / manifest version string.
2020
/// </summary>
21-
public const string Version = "0.2.26";
21+
public const string Version = "0.2.27";
2222

2323
/// <summary>
2424
/// Root key for RitsuLib JSON settings under the mod’s user folder.

STS2-RitsuLib.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030

3131
<PropertyGroup Label="NuGet package">
3232
<IsPackable>true</IsPackable>
33-
<Version>0.2.26</Version>
33+
<Version>0.2.27</Version>
3434
<Authors>OLC</Authors>
3535
<Description>Shared framework library for Slay the Spire 2 mods.</Description>
3636
<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.2.26",
7+
"version": "0.2.27",
88
"has_pck": false,
99
"has_dll": true,
1010
"affects_gameplay": false,

0 commit comments

Comments
 (0)