Skip to content

Commit efffb7c

Browse files
Merge pull request #17 from remarkablegames/release-please--branches--master
chore(master): release 1.0.12
2 parents 5d7d588 + 95eedba commit efffb7c

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-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.11"
2+
".": "1.0.12"
33
}

CHANGELOG.md

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

3+
## [1.0.12](https://github.com/remarkablegames/knitbone/compare/v1.0.11...v1.0.12) (2025-10-11)
4+
5+
6+
### Bug Fixes
7+
8+
* **sessions:** fix grammar in session3 ([5d7d588](https://github.com/remarkablegames/knitbone/commit/5d7d588d7d9371a6b42bf503e1e7cb7cb14d5796))
9+
310
## [1.0.11](https://github.com/remarkablegames/knitbone/compare/v1.0.10...v1.0.11) (2025-10-09)
411

512

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.11" # x-release-please-version
26+
define config.version = "1.0.12" # 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.11
1+
1.0.12

0 commit comments

Comments
 (0)