Skip to content

Commit b7b3388

Browse files
committed
bump version to 0.6.0
1 parent 23d9a39 commit b7b3388

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

meson.build

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ project(
22
'wf-shell',
33
'c',
44
'cpp',
5-
version: '0.5.0',
5+
version: '0.6.0',
66
license: 'MIT',
77
meson_version: '>=0.51.0',
88
default_options: [
@@ -17,7 +17,7 @@ wayfire = dependency('wayfire')
1717
wayland_client = dependency('wayland-client')
1818
wayland_protos = dependency('wayland-protocols')
1919
gtkmm = dependency('gtkmm-3.0')
20-
wfconfig = dependency('wf-config', version: '>=0.5.0') #TODO fallback submodule
20+
wfconfig = dependency('wf-config', version: '>=0.6.0') #TODO fallback submodule
2121
gtklayershell = dependency('gtk-layer-shell-0', version: '>= 0.1', fallback: ['gtk-layer-shell', 'gtk_layer_shell_dep'])
2222
libpulse = dependency('libpulse', required : get_option('pulse'))
2323
libgvc = subproject('gvc', default_options: ['static=true'], required : get_option('pulse'))

0 commit comments

Comments
 (0)