Skip to content

Commit

Permalink
Bump version to 0.5.0
Browse files Browse the repository at this point in the history
Signed-off-by: Ikey Doherty <ikey@solus-project.com>
  • Loading branch information
ikeydoherty committed Nov 2, 2017
1 parent cba6bc9 commit 9e4cb8f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion meson.build
@@ -1,7 +1,7 @@
project(
'brisk-menu',
['c'],
version: '0.4.5',
version: '0.5.0',
license: [
'GPL-2.0',
'CC-BY-SA-4.0',
Expand Down
2 changes: 1 addition & 1 deletion mkrelease.sh
Expand Up @@ -2,7 +2,7 @@
set -e

# Script for ikey because he went with meson. *shrug*
VERSION="v0.4.5"
VERSION="v0.5.0"
NAME="brisk-menu"
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 9e4cb8f

Please sign in to comment.