Skip to content

Commit 18493ad

Browse files
Merge pull request #22 from remarkablegames/release-please--branches--master
chore(master): release 1.0.17
2 parents 67e4a5b + ee27bf6 commit 18493ad

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.16"
2+
".": "1.0.17"
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.17](https://github.com/remarkablegames/knitbone/compare/v1.0.16...v1.0.17) (2025-10-17)
4+
5+
6+
### Bug Fixes
7+
8+
* **minigames:** make hypnosis slider target more visible ([67e4a5b](https://github.com/remarkablegames/knitbone/commit/67e4a5bf0fde4988a86b824dbe5ffdf1edbc5173))
9+
310
## [1.0.16](https://github.com/remarkablegames/knitbone/compare/v1.0.15...v1.0.16) (2025-10-16)
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.16" # x-release-please-version
26+
define config.version = "1.0.17" # 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.16
1+
1.0.17

0 commit comments

Comments
 (0)