Skip to content

Commit

Permalink
Bump mkrelease version
Browse files Browse the repository at this point in the history
  • Loading branch information
fossfreedom committed Aug 5, 2022
1 parent 3e6fd24 commit 8e87769
Showing 1 changed file with 1 addition and 1 deletion.
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.0.1"
VERSION="1.1.0"
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 8e87769

Please sign in to comment.