Skip to content

Commit 206bb00

Browse files
Bump version to 1.6.1
1 parent fbec898 commit 206bb00

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
@@ -1,5 +1,5 @@
11
project(Atlas CXX ASM_NASM)
2-
set(MOD_VERSION "1.6.0")
2+
set(MOD_VERSION "1.6.1")
33
set(MOD_AUTHOR "FrederoxDev")
44

55
set(CMAKE_CXX_STANDARD_REQUIRED ON)
@@ -55,4 +55,4 @@ target_compile_options(${PROJECT_NAME} PRIVATE
5555
target_compile_definitions(${PROJECT_NAME} PUBLIC ENTT_PACKED_PAGE=128)
5656

5757
# Get the AmethystAPI Lib
58-
add_subdirectory("${AMETHYST_SRC}/AmethystAPI" "build")
58+
add_subdirectory("${AMETHYST_SRC}/AmethystAPI" "build")

0 commit comments

Comments
 (0)