Skip to content

Commit dcf449c

Browse files
committed
Bump version to 0.1.3
1 parent 79099e4 commit dcf449c

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

OpenSpades.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
#define OS_STRINGIFY2(x) #x
99
#define OS_STRINGIFY(x) OS_STRINGIFY2(x)
1010

11-
#define OpenSpades_VER_STR "OpenSpades 0.1.3-rc for OS X"
11+
#define OpenSpades_VER_STR "OpenSpades 0.1.3 for OS X"
1212
#define PACKAGE_STRING OpenSpades_VER_STR
1313

1414
/* #undef HAS_OPENAL */

Resources/PackageInfo.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"Version": [0, 1, 3, 0],
3-
"VersionText": "0.1.3-rc",
2+
"Version": [0, 1, 3, 4],
3+
"VersionText": "0.1.3",
44
"UpdateFeed": {
55
"Type": "Standard",
66
"Platform": "SourceCode",

XSpades/PackageInfo.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"Version": [0, 1, 3, 0],
3-
"VersionText": "0.1.3-rc",
2+
"Version": [0, 1, 3, 4],
3+
"VersionText": "0.1.3",
44
"UpdateFeed": {
55
"Type": "Standard",
66
"Platform": "Mac",

0 commit comments

Comments
 (0)