aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Eklöf <daniel@ekloef.se>2024-04-17 10:26:39 +0200
committerDaniel Eklöf <daniel@ekloef.se>2024-04-17 10:26:39 +0200
commitb69a4e990b8d186b06aa45031a26a70b2dae161f (patch)
tree2550dd4bb3169b04c12a5b2c1a068b23450ea60a
parent73cae0ac221237e1e4cb7ebef021e90623ec51b6 (diff)
downloadwbg-b69a4e990b8d186b06aa45031a26a70b2dae161f.tar.gz
meson/pkgbuild: bump version to 1.2.0
-rw-r--r--PKGBUILD2
-rw-r--r--meson.build2
2 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d5331b0..071b62c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=wbg
-pkgver=1.1.0
+pkgver=1.2.0
pkgrel=1
pkgdesc="Super simple wallpaper application"
arch=('x86_64' 'aarch64')
diff --git a/meson.build b/meson.build
index b6e3642..eaac74a 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('wbg', 'c',
- version: '1.1.0',
+ version: '1.2.0',
license: 'MIT',
meson_version: '>=0.58.0',
default_options: [