Skip to content

Commit

Permalink
Up version info to 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
fossfreedom committed Jan 27, 2018
1 parent cffa71a commit 6bed6bf
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,5 +1,5 @@
project('budgie-extras',
version: '0.4.0',
version: '0.4.1',
meson_version: '>= 0.40.0'
)

Expand Down
2 changes: 1 addition & 1 deletion mkrelease.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash
set -e

VERSION="0.4.0"
VERSION="0.4.1"
NAME="budgie-extras"
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 6bed6bf

Please sign in to comment.