We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41c1179 commit 53fec0aCopy full SHA for 53fec0a
meson.build
@@ -1,7 +1,7 @@
1
project(
2
'linux-steam-integration',
3
['c'],
4
- version: '0.5',
+ version: '0.6',
5
license: [
6
'LGPL-2.1',
7
],
mkrelease.sh
@@ -5,7 +5,7 @@ git submodule init
git submodule update
# Script for ikey because he went with meson. *shrug*
8
-VERSION="0.5"
+VERSION="0.6"
9
NAME="linux-steam-integration"
10
git-archive-all.sh --format tar --prefix ${NAME}-${VERSION}/ --verbose -t HEAD ${NAME}-${VERSION}.tar
11
xz -9 "${NAME}-${VERSION}.tar"
0 commit comments