Skip to content

Commit

Permalink
Version 0.5.1 (hotfix for Windows and Mac only)
Browse files Browse the repository at this point in the history
  • Loading branch information
cgutman committed Sep 16, 2018
1 parent f440847 commit 821d4ac
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions app/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
4 changes: 2 additions & 2 deletions app/app.pro
Original file line number Diff line number Diff line change
Expand Up @@ -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\\\"

0 comments on commit 821d4ac

Please sign in to comment.