Skip to content

Commit

Permalink
version: bump to 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vaxerski committed Dec 22, 2024
1 parent c333111 commit 5e45b1a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ target_include_directories(
PUBLIC "./include"
PRIVATE "./src")
set_target_properties(hyprutils PROPERTIES VERSION ${hyprutils_VERSION}
SOVERSION 1)
SOVERSION 2)
target_link_libraries(hyprutils PkgConfig::deps)

# tests
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.2.6
0.3.0

0 comments on commit 5e45b1a

Please sign in to comment.