Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
fossfreedom committed Feb 18, 2024
1 parent df95419 commit 449f2e0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ budgie-control-center is available under the terms of the GPL 2.0 license or fut

Copyright © 2002-2022 GNOME Foundation

Copyright © 2022 Budgie Desktop Developers
Copyright © 2022-2024 Budgie Desktop Developers
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.3.0',
version : '1.4.0',
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.3.0"
VERSION="1.4.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 449f2e0

Please sign in to comment.