diff options
author | Simon Ser <contact@emersion.fr> | 2021-07-19 13:27:09 +0200 |
---|---|---|
committer | Simon Ser <contact@emersion.fr> | 2021-07-19 13:27:09 +0200 |
commit | 96cf26d605d491d0cbb9e931c0bf8dcd28258e52 (patch) | |
tree | 3d1bc9c411051a56910ef8d4e2beea1d80d2c148 /meson.build | |
parent | 836e9f3bc1af1306007e74db4155aa4b93ca7a32 (diff) | |
download | swaybg-96cf26d605d491d0cbb9e931c0bf8dcd28258e52.tar.gz swaybg-96cf26d605d491d0cbb9e931c0bf8dcd28258e52.tar.bz2 |
build: bump to v1.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 b63725d..1c06648 100644 --- a/meson.build +++ b/meson.build @@ -1,7 +1,7 @@ project( 'swaybg', 'c', - version: '1.0', + version: '1.1', license: 'MIT', meson_version: '>=0.48.0', default_options: [ |