version: bump to 0.5.0

This commit is contained in:
Vaxry 2025-01-27 11:45:43 +00:00
parent de58286a21
commit 6a8bc9d2a4
2 changed files with 2 additions and 2 deletions

View file

@ -40,7 +40,7 @@ target_include_directories(
PUBLIC "./include"
PRIVATE "./src")
set_target_properties(hyprutils PROPERTIES VERSION ${hyprutils_VERSION}
SOVERSION 3)
SOVERSION 4)
target_link_libraries(hyprutils PkgConfig::deps)
# tests

View file

@ -1 +1 @@
0.4.0
0.5.0