diff --git a/app/Info.plist b/app/Info.plist index 774c895a7..5c8623b08 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 144947ed9..5314ab16f 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\\\"