Skip to content

Commit f04875e

Browse files
Merge pull request #19 from remarkablegames/release-please--branches--master
chore(master): release 1.0.14
2 parents 058ea73 + 839b8d6 commit f04875e

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.13"
2+
".": "1.0.14"
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.14](https://github.com/remarkablegames/knitbone/compare/v1.0.13...v1.0.14) (2025-10-14)
4+
5+
6+
### Bug Fixes
7+
8+
* **main_menu:** improve accessibility of main menu buttons ([058ea73](https://github.com/remarkablegames/knitbone/commit/058ea738e6a3881f8228701e7fe662acd7f047b1))
9+
310
## [1.0.13](https://github.com/remarkablegames/knitbone/compare/v1.0.12...v1.0.13) (2025-10-13)
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.13" # x-release-please-version
26+
define config.version = "1.0.14" # 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.13
1+
1.0.14

0 commit comments

Comments
 (0)