Version 0.5.1 (hotfix for Windows and Mac only)

This commit is contained in:
Cameron Gutman
2018-09-16 12:18:58 -07:00
parent f4408473e6
commit 821d4ac9dd
2 changed files with 4 additions and 4 deletions

View File

@@ -23,9 +23,9 @@
<key>NSSupportsAutomaticGraphicsSwitching</key>
<true/>
<key>CFBundleVersion</key>
<string>0.5.0</string>
<string>0.5.1</string>
<key>CFBundleShortVersionString</key>
<string>0.5.0</string>
<string>0.5.1</string>
<key>CFBundleDisplayName</key>
<string>Moonlight</string>
</dict>

View File

@@ -260,5 +260,5 @@ macx {
QMAKE_BUNDLE_DATA += APP_BUNDLE_RESOURCES
}
VERSION = 0.5.0
DEFINES += VERSION_STR=\\\"0.5.0\\\"
VERSION = 0.5.1
DEFINES += VERSION_STR=\\\"0.5.1\\\"