Skip to content

Commit a5a7239

Browse files
committed
chore(release): bump version to 0.4.37
1 parent 1809390 commit a5a7239

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

STS2-RitsuLib.csproj

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

4242
<PropertyGroup Label="NuGet package">
4343
<IsPackable>true</IsPackable>
44-
<Version>0.4.36</Version>
44+
<Version>0.4.37</Version>
4545
<Authors>OLC</Authors>
4646
<Description>Shared framework library for Slay the Spire 2 mods.</Description>
4747
<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.4.36",
7+
"version": "0.4.37",
88
"has_pck": false,
99
"has_dll": true,
1010
"affects_gameplay": false,

src/Const.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ public static class Const
2222
/// Assembly / manifest version string.
2323
/// 程序集/清单版本字符串。
2424
/// </summary>
25-
public const string Version = "0.4.36";
25+
public const string Version = "0.4.37";
2626

2727
/// <summary>
2828
/// Steam Workshop item id for the official RitsuLib release.

0 commit comments

Comments
 (0)