Skip to content

Commit

Permalink
bump version tto 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ammen99 committed Aug 1, 2020
1 parent 12435d0 commit d8ca3c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ project(
'wf-shell',
'c',
'cpp',
version: '0.4.0',
version: '0.5.0',
license: 'MIT',
meson_version: '>=0.51.0',
default_options: [
Expand All @@ -17,7 +17,7 @@ wayfire = dependency('wayfire')
wayland_client = dependency('wayland-client')
wayland_protos = dependency('wayland-protocols')
gtkmm = dependency('gtkmm-3.0')
wfconfig = dependency('wf-config', version: '>=0.4.0') #TODO fallback submodule
wfconfig = dependency('wf-config', version: '>=0.5.0') #TODO fallback submodule
gtklayershell = dependency('gtk-layer-shell-0', version: '>= 0.1', fallback: ['gtk-layer-shell', 'gtk_layer_shell_dep'])
libpulse = dependency('libpulse', required : get_option('pulse'))
libgvc = subproject('gvc', default_options: ['static=true'], required : get_option('pulse'))
Expand Down

0 comments on commit d8ca3c3

Please sign in to comment.