Bump UI to v0.12

This commit is contained in:
wheaney 2024-09-10 09:57:20 -07:00
parent 79d818e36b
commit f5e77edf40
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
project('breezydesktop',
version: '0.11.0',
version: '0.12.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.11.0',
version='0.12.0',
authors=['Wayne Heaney'],
copyright='© 2024 Wayne Heaney')
about.present()