Skip to content

Commit 07bf179

Browse files
Merge pull request #20 from remarkablegames/release-please--branches--master
chore(master): release 1.0.15
2 parents cbf2bd6 + 54f0ad5 commit 07bf179

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.14"
2+
".": "1.0.15"
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.15](https://github.com/remarkablegames/knitbone/compare/v1.0.14...v1.0.15) (2025-10-15)
4+
5+
6+
### Bug Fixes
7+
8+
* **screens:** play hover and activate sound for button ([cbf2bd6](https://github.com/remarkablegames/knitbone/commit/cbf2bd635c28062af410bb47ace6ad1893e0c083))
9+
310
## [1.0.14](https://github.com/remarkablegames/knitbone/compare/v1.0.13...v1.0.14) (2025-10-14)
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.14" # x-release-please-version
26+
define config.version = "1.0.15" # 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.14
1+
1.0.15

0 commit comments

Comments
 (0)