Pull in driver with non-root systemd setup

Bump to v0.11.0
This commit is contained in:
wheaney 2024-08-20 15:10:09 -07:00
parent 65e1a688fe
commit 9c7490a247
3 changed files with 3 additions and 3 deletions

@ -1 +1 @@
Subproject commit 2e07ebe241afc9582065f974e19f3d0d6dec5c0c
Subproject commit 22cc32e41f440653eb718a3cf579d609918527b3

View File

@ -1,5 +1,5 @@
project('breezydesktop',
version: '0.1.1',
version: '0.11.0',
meson_version: '>= 0.62.0',
default_options: [ 'warning_level=2', 'werror=false', ],
)

View File

@ -106,7 +106,7 @@ class BreezydesktopApplication(Adw.Application):
modal=True,
program_name='Breezy Desktop',
logo_icon_name='com.xronlinux.BreezyDesktop',
version='0.1.1',
version='0.11.0',
authors=['Wayne Heaney'],
copyright='© 2024 Wayne Heaney')
about.present()