Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
mijorus authored Jun 11, 2023
1 parent 7800412 commit 4129f00
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
@@ -1,5 +1,5 @@
project('gearlever',
version: '1.0.0',
version: '1.0.1',
meson_version: '>= 0.59.0',
default_options: [ 'warning_level=2',
],
Expand All @@ -21,4 +21,4 @@ gnome.post_install(
update_desktop_database: true,
)

meson.add_install_script('build-aux/meson/postinstall.py')
meson.add_install_script('build-aux/meson/postinstall.py')

0 comments on commit 4129f00

Please sign in to comment.