diff --git a/CMakeLists.txt b/CMakeLists.txt index ca2591c..eb9c11c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -50,7 +50,7 @@ target_include_directories( PUBLIC "./include" PRIVATE "./src") set_target_properties(hyprutils PROPERTIES VERSION ${hyprutils_VERSION} - SOVERSION 4) + SOVERSION 5) target_link_libraries(hyprutils PkgConfig::deps) # tests diff --git a/VERSION b/VERSION index cb0c939..a918a2a 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.5.2 +0.6.0