Skip to content

Commit 3df7bde

Browse files
committed
version: bump to 0.10.0
1 parent 9ab6431 commit 3df7bde

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ target_include_directories(
5050
PUBLIC "./include"
5151
PRIVATE "./src")
5252
set_target_properties(hyprutils PROPERTIES VERSION ${hyprutils_VERSION}
53-
SOVERSION 8)
53+
SOVERSION 9)
5454
target_link_libraries(hyprutils PkgConfig::deps)
5555

5656
# tests

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.9.0
1+
0.10.0

0 commit comments

Comments
 (0)