version: bump to 0.3.0
Some checks failed
Build & Test (Arch) / Arch: Build and Test (gcc) (push) Has been cancelled
Build & Test (Arch) / Arch: Build and Test (clang) (push) Has been cancelled
Build & Test / nix (hyprgraphics) (push) Has been cancelled
Build & Test / nix (hyprgraphics-with-tests) (push) Has been cancelled

This commit is contained in:
Vaxry 2025-11-06 20:47:32 +00:00
parent e381b2f1f0
commit ffc999d980
Signed by: vaxry
GPG key ID: 665806380871D640
2 changed files with 2 additions and 2 deletions

View file

@ -95,7 +95,7 @@ target_include_directories(
PUBLIC "./include"
PRIVATE "./src")
set_target_properties(hyprgraphics PROPERTIES VERSION ${HYPRGRAPHICS_VERSION}
SOVERSION 1)
SOVERSION 2)
target_link_libraries(hyprgraphics PkgConfig::deps)
if(JXL_FOUND)
target_link_libraries(hyprgraphics PkgConfig::JXL)

View file

@ -1 +1 @@
0.2.0
0.3.0