Skip to content

Commit 3f5900a

Browse files
committed
bump version
1 parent a2e6abb commit 3f5900a

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
### v2.2.3
2+
* Fixed crash on sound file change
3+
14
### v2.2.2
25
* Added support for even more sounds
36

Patchwork.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<TargetFramework>netstandard2.1</TargetFramework>
55
<AssemblyName>Patchwork</AssemblyName>
66
<Product>Patchwork</Product>
7-
<Version>2.2.2</Version>
7+
<Version>2.2.3</Version>
88
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
99
<LangVersion>latest</LangVersion>
1010
<RestoreAdditionalProjectSources>

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "Patchwork",
33
"description": "A custom asset mod for Hollow Knight: Silksong with particular attention to ease of creation.",
4-
"version_number": "2.2.2",
4+
"version_number": "2.2.3",
55
"dependencies": [
66
"BepInEx-BepInExPack_Silksong-5.4.2304"
77
],

0 commit comments

Comments
 (0)