Skip to content

Commit

Permalink
Bump version to 0.1.5-beta
Browse files Browse the repository at this point in the history
  • Loading branch information
yvt committed May 2, 2021
1 parent 59f34b5 commit 52681ea
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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}")

Expand Down Expand Up @@ -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)
Expand Down
4 changes: 2 additions & 2 deletions Resources/PackageInfo.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
4 changes: 2 additions & 2 deletions XSpades/PackageInfo.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion XSpades/XSpades-Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>0.1.3</string>
<string>0.1.5-beta</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down

0 comments on commit 52681ea

Please sign in to comment.