Skip to content

Commit 53fec0a

Browse files
committed
Bump version to 0.6
Signed-off-by: Ikey Doherty <ikey@solus-project.com>
1 parent 41c1179 commit 53fec0a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
project(
22
'linux-steam-integration',
33
['c'],
4-
version: '0.5',
4+
version: '0.6',
55
license: [
66
'LGPL-2.1',
77
],

mkrelease.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ git submodule init
55
git submodule update
66

77
# Script for ikey because he went with meson. *shrug*
8-
VERSION="0.5"
8+
VERSION="0.6"
99
NAME="linux-steam-integration"
1010
git-archive-all.sh --format tar --prefix ${NAME}-${VERSION}/ --verbose -t HEAD ${NAME}-${VERSION}.tar
1111
xz -9 "${NAME}-${VERSION}.tar"

0 commit comments

Comments
 (0)