Skip to content

Commit 7551d6a

Browse files
Merge pull request #4 from remarkablegames/release-please--branches--master
chore(master): release 1.1.2
2 parents df8eebb + 6b3ba5a commit 7551d6a

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
lines changed

.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.1.1"
2+
".": "1.1.2"
33
}

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [1.1.2](https://github.com/remarkablegames/built-to-scale/compare/v1.1.1...v1.1.2) (2024-09-17)
4+
5+
6+
### Bug Fixes
7+
8+
* **gui:** revert `gui.accent_color` so it's blue instead of white ([df8eebb](https://github.com/remarkablegames/built-to-scale/commit/df8eebbee7c474da36cf74311808c063ccfe7d1d))
9+
310
## [1.1.1](https://github.com/remarkablegames/built-to-scale/compare/v1.1.0...v1.1.1) (2024-08-28)
411

512
### Bug Fixes

game/options.rpy

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

2828

2929
## Text that is placed on the game's about screen. Place the text between the

version.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.1.1
1+
1.1.2

0 commit comments

Comments
 (0)