diff --git a/app/Info.plist b/app/Info.plist index 774c895a..5c8623b0 100644 --- a/app/Info.plist +++ b/app/Info.plist @@ -23,9 +23,9 @@ NSSupportsAutomaticGraphicsSwitching CFBundleVersion - 0.5.0 + 0.5.1 CFBundleShortVersionString - 0.5.0 + 0.5.1 CFBundleDisplayName Moonlight diff --git a/app/app.pro b/app/app.pro index 144947ed..5314ab16 100644 --- a/app/app.pro +++ b/app/app.pro @@ -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\\\"