Skip to content

Commit

Permalink
v1.1.1 version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
fossfreedom committed Sep 13, 2022
1 parent 9b22af0 commit 225a677
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
project(
'budgie-control-center', 'c',
version : '1.1.0',
version : '1.1.1',
license : 'GPL2+',
meson_version : '>= 0.53.0'
)
Expand Down
2 changes: 1 addition & 1 deletion scripts/mkRelease.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ set -e
git submodule init
git submodule update

VERSION="1.1.0"
VERSION="1.1.1"
NAME="budgie-control-center"
git-archive-all.sh --format tar --prefix ${NAME}-${VERSION}/ --verbose -t HEAD ${NAME}-${VERSION}.tar
xz -9 "${NAME}-${VERSION}.tar"
Expand Down

0 comments on commit 225a677

Please sign in to comment.