Skip to content

Commit efef1a0

Browse files
Bump version to 1.6.1
1 parent 0be599c commit efef1a0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ project(BetterInventory CXX ASM_NASM)
33
include(FetchContent)
44

55
# Mod Options
6-
set(MOD_VERSION "1.6.0")
6+
set(MOD_VERSION "1.6.1")
77

88
# Amethyst Minecraft Folder
99
set(AmethystFolder "$ENV{localappdata}/Packages/Microsoft.MinecraftUWP_8wekyb3d8bbwe/LocalState/games/com.mojang/amethyst/")
@@ -50,4 +50,4 @@ target_compile_options(${PROJECT_NAME} PRIVATE
5050
target_compile_definitions(${PROJECT_NAME} PUBLIC ENTT_PACKED_PAGE=128)
5151

5252
# Get the AmethystAPI Lib.
53-
add_subdirectory("$ENV{amethyst_src}/AmethystAPI" "build")
53+
add_subdirectory("$ENV{amethyst_src}/AmethystAPI" "build")

0 commit comments

Comments
 (0)