We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae91778 commit 0b68dd0Copy full SHA for 0b68dd0
CMakeLists.txt
@@ -4,7 +4,7 @@ set(CMAKE_CXX_STANDARD_REQUIRED ON)
4
set(CMAKE_OSX_ARCHITECTURES "arm64;x86_64")
5
set(CMAKE_CXX_VISIBILITY_PRESET hidden)
6
7
-project(DeltaruneTextboxes VERSION 1.1.5)
+project(DeltaruneTextboxes VERSION 1.1.6)
8
9
add_library(${PROJECT_NAME} SHARED
10
src/FLAlertLayer.cpp
mod.json
@@ -8,7 +8,7 @@
},
"id": "timestepyt.deltarune_textboxes",
"name": "Deltarune Textboxes",
11
- "version": "v1.1.5",
+ "version": "v1.1.6",
12
"developer": "TimeStepYT",
13
"description": "Makes FLAlertLayers look like textboxes from Deltarune",
14
"repository": "https://github.com/Reinmmar/DeltaruneTextboxes",
0 commit comments