diff options
author | Ricky Kresslein <rk@lakoliu.com> | 2022-04-11 20:42:08 +0300 |
---|---|---|
committer | Ricky Kresslein <rk@lakoliu.com> | 2022-04-11 20:42:08 +0300 |
commit | 183de1135da112065f69966d56510417ca4ecd26 (patch) | |
tree | ebbcd291a524efb44333f1cfdb49bd94bd5050e5 /meson.build | |
parent | 107f103d27aed772b97ee9c9c3bcff06ba20cebf (diff) | |
download | Furtherance-183de1135da112065f69966d56510417ca4ecd26.tar.zst |
Update icon and version
Diffstat (limited to 'meson.build')
-rwxr-xr-x | meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build index e9a2370..86eb0fa 100755 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('furtherance', 'rust', - version: '1.0.9', + version: '1.1.0', meson_version: '>= 0.50.0', default_options: [ 'warning_level=2', ], |