diff --git a/meson.build b/meson.build index 270529c..8a6ac35 100644 --- a/meson.build +++ b/meson.build @@ -1,7 +1,7 @@ project( 'plasma-desktop-branding', ['c'], - version: '3', + version: '3.1', license: [ 'Apache-2.0', ], diff --git a/mkrelease.sh b/mkrelease.sh index e2ecbe4..f8e2a8e 100755 --- a/mkrelease.sh +++ b/mkrelease.sh @@ -6,7 +6,7 @@ meson --prefix /usr build ninja dist -C build # Bump in tandem with meson.build, run script once new tag is up. -VERSION="3" +VERSION="3.1" TAR="plasma-desktop-branding-${VERSION}.tar.xz" mv build/meson-dist/$TAR .