Skip to content

Commit e4ee0e6

Browse files
committed
Bump version for release
1 parent 1bca54d commit e4ee0e6

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.5.2")
6+
set(MOD_VERSION "1.6.0")
77

88
# Amethyst Minecraft Folder
99
set(AmethystFolder "$ENV{localappdata}/Packages/Microsoft.MinecraftUWP_8wekyb3d8bbwe/AC/Amethyst/")
@@ -47,4 +47,4 @@ target_compile_options(${PROJECT_NAME} PRIVATE
4747
target_compile_definitions(${PROJECT_NAME} PUBLIC ENTT_PACKED_PAGE=128)
4848

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

0 commit comments

Comments
 (0)