diff --git a/CMakeLists.txt b/CMakeLists.txt
index 1cfe1937..31093035 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -3,7 +3,7 @@ project(OpenSpades)
set(OpenSpades_VERSION_MAJOR 0)
set(OpenSpades_VERSION_MINOR 1)
-set(OpenSpades_VERSION_REVISION 3)
+set(OpenSpades_VERSION_REVISION 5)
set(OPENSPADES_FULL_VERSION "${OpenSpades_VERSION_MAJOR}.${OpenSpades_VERSION_MINOR}.${OpenSpades_VERSION_REVISION}")
@@ -33,7 +33,7 @@ if(USE_VCPKG)
find_package(CURL REQUIRED)
set(CURL_LIBRARY CURL::libcurl)
- endif()
+ endif()
set(SDL2_LIBRARY SDL2::SDL2main SDL2::SDL2-static)
set(SDL2_IMAGE_LIBRARY SDL2::SDL2_image)
diff --git a/Resources/PackageInfo.json b/Resources/PackageInfo.json
index 024f8064..af05064e 100644
--- a/Resources/PackageInfo.json
+++ b/Resources/PackageInfo.json
@@ -1,6 +1,6 @@
{
- "Version": [0, 1, 3, 0],
- "VersionText": "0.1.3-rc",
+ "Version": [0, 1, 5, 0],
+ "VersionText": "0.1.5-beta",
"UpdateFeed": {
"Type": "Standard",
"Platform": "SourceCode",
diff --git a/XSpades/PackageInfo.json b/XSpades/PackageInfo.json
index 6def0d47..b61d34a0 100644
--- a/XSpades/PackageInfo.json
+++ b/XSpades/PackageInfo.json
@@ -1,6 +1,6 @@
{
- "Version": [0, 1, 3, 0],
- "VersionText": "0.1.3-rc",
+ "Version": [0, 1, 5, 0],
+ "VersionText": "0.1.5-beta",
"UpdateFeed": {
"Type": "Standard",
"Platform": "Mac",
diff --git a/XSpades/XSpades-Info.plist b/XSpades/XSpades-Info.plist
index 7a35cabe..d3555242 100644
--- a/XSpades/XSpades-Info.plist
+++ b/XSpades/XSpades-Info.plist
@@ -17,7 +17,7 @@
CFBundlePackageType
APPL
CFBundleShortVersionString
- 0.1.3
+ 0.1.5-beta
CFBundleSignature
????
CFBundleVersion