misc: change version to 0.1

This commit is contained in:
outfoxxed 2024-03-04 05:37:24 -08:00
parent 28087c182e
commit 63180382be
Signed by: outfoxxed
GPG key ID: 4C88A185FB89301E
5 changed files with 5 additions and 5 deletions

View file

@ -4,7 +4,7 @@ qt_add_library(quickshell-wayland-layershell STATIC
window.cpp
)
qt_add_qml_module(quickshell-wayland-layershell URI Quickshell.Wayland._WlrLayerShell)
qt_add_qml_module(quickshell-wayland-layershell URI Quickshell.Wayland._WlrLayerShell VERSION 0.1)
wl_proto(quickshell-wayland-layershell wlr-layer-shell-unstable-v1 "${CMAKE_CURRENT_SOURCE_DIR}/wlr-layer-shell-unstable-v1.xml")
target_link_libraries(quickshell-wayland-layershell PRIVATE ${QT_DEPS} wayland-client)