Skip to content

Commit d4ae194

Browse files
Merge pull request #27 from remarkablegames/release-please--branches--master
chore(master): release 1.0.22
2 parents 7af85e8 + 7afa58f commit d4ae194

File tree

4 files changed

+11
-3
lines changed

4 files changed

+11
-3
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.0.21"
2+
".": "1.0.22"
33
}

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [1.0.22](https://github.com/remarkablegames/knitbone/compare/v1.0.21...v1.0.22) (2025-10-24)
4+
5+
6+
### Bug Fixes
7+
8+
* **story:** fix channel 'character' is not defined ([04cd6e9](https://github.com/remarkablegames/knitbone/commit/04cd6e9ac983e321cf027f6d17ad87778716564e))
9+
* **story:** fix voices ([b2815ae](https://github.com/remarkablegames/knitbone/commit/b2815aefb1ca7ed7152a9d8d4c44a928092c104d))
10+
311
## [1.0.21](https://github.com/remarkablegames/knitbone/compare/v1.0.20...v1.0.21) (2025-10-24)
412

513

game/options.rpy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ define gui.show_name = True
2323

2424
## The version of the game.
2525

26-
define config.version = "1.0.21" # x-release-please-version
26+
define config.version = "1.0.22" # x-release-please-version
2727

2828

2929
## Text that is placed on the game's about screen. Place the text between the

version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.0.21
1+
1.0.22

0 commit comments

Comments
 (0)