diff options
author | Simon Ser <contact@emersion.fr> | 2022-03-10 10:23:40 +0100 |
---|---|---|
committer | Simon Ser <contact@emersion.fr> | 2022-03-10 10:23:40 +0100 |
commit | 06f93ddc01ccdecf1a1c9c2c658ea030658f44f2 (patch) | |
tree | 69ce0678da7d363bf520f3ea860d2f06ee7be2df /meson.build | |
parent | 94f41dafd925ab2ff0dbbd3a7d47968d8ad12ffe (diff) | |
download | swaybg-06f93ddc01ccdecf1a1c9c2c658ea030658f44f2.tar.gz swaybg-06f93ddc01ccdecf1a1c9c2c658ea030658f44f2.tar.bz2 |
build: bump version to 1.1.1
Diffstat (limited to 'meson.build')
-rw-r--r-- | meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build index 802dcd3..844062c 100644 --- a/meson.build +++ b/meson.build @@ -1,7 +1,7 @@ project( 'swaybg', 'c', - version: '1.1', + version: '1.1.1', license: 'MIT', meson_version: '>=0.48.0', default_options: [ |