Skip to content

Commit 561545e

Browse files
committed
actually bump version number
1 parent 6c5cdd6 commit 561545e

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ set(CMAKE_CXX_STANDARD_REQUIRED ON)
44
set(CMAKE_OSX_ARCHITECTURES "arm64;x86_64")
55
set(CMAKE_CXX_VISIBILITY_PRESET hidden)
66

7-
project(DeltaruneTextboxes VERSION 1.2.6)
7+
project(DeltaruneTextboxes VERSION 1.2.7)
88

99
add_library(${PROJECT_NAME} SHARED
1010
src/FLAlertLayer.cpp

changelog.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
### v1.2.6
1+
### v1.2.7
2+
- Fixed a crash that sometimes happened when speaking to the shopkeeper (and maybe other characters)
3+
4+
### v1.2.6 (never released)
25
- Reenabled grayscale dialog portraits on mac
36
- Added the option to switch between grayscale and colored dialog portraits
47

mod.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
},
99
"id": "timestepyt.deltarune_textboxes",
1010
"name": "Deltarune Textboxes",
11-
"version": "v1.2.6",
11+
"version": "v1.2.7",
1212
"developer": "TimeStepYT",
1313
"description": "Makes Popups look like Deltarune",
1414
"links": {

0 commit comments

Comments
 (0)