Skip to content

Commit f2385ae

Browse files
Merge pull request #21 from remarkablegames/release-please--branches--master
chore(master): release 1.0.16
2 parents 25950d4 + ff77329 commit f2385ae

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.15"
2+
".": "1.0.16"
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.16](https://github.com/remarkablegames/knitbone/compare/v1.0.15...v1.0.16) (2025-10-16)
4+
5+
6+
### Bug Fixes
7+
8+
* **minigames:** set hypnosis slider target to the center ([25950d4](https://github.com/remarkablegames/knitbone/commit/25950d4979ca537673945772c749ccc2deef6058))
9+
310
## [1.0.15](https://github.com/remarkablegames/knitbone/compare/v1.0.14...v1.0.15) (2025-10-15)
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.15" # x-release-please-version
26+
define config.version = "1.0.16" # 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.15
1+
1.0.16

0 commit comments

Comments
 (0)