diff options
author | Abhi Beckert <abhi@Twist-of-Lemon-2.local> | 2015-05-18 08:09:12 +1000 |
---|---|---|
committer | Abhi Beckert <abhi@Twist-of-Lemon-2.local> | 2015-05-18 08:09:12 +1000 |
commit | c7488d7bd4b6cc20170e463b4d743cd27fc15b46 (patch) | |
tree | 0e836d4a7fe9f7594276e503a8eca49f9c8d7421 | |
parent | 916af94861e68fa0a42f3142bceef31d1acffa4d (diff) | |
download | sequelpro-c7488d7bd4b6cc20170e463b4d743cd27fc15b46.tar.gz sequelpro-c7488d7bd4b6cc20170e463b4d743cd27fc15b46.tar.bz2 sequelpro-c7488d7bd4b6cc20170e463b4d743cd27fc15b46.zip |
bump version number
-rw-r--r-- | Resources/Plists/Info.plist | 14 | ||||
-rw-r--r-- | sequel-pro.xcodeproj/project.pbxproj | 2 |
2 files changed, 8 insertions, 8 deletions
diff --git a/Resources/Plists/Info.plist b/Resources/Plists/Info.plist index 7522acc0..ec02212c 100644 --- a/Resources/Plists/Info.plist +++ b/Resources/Plists/Info.plist @@ -162,7 +162,7 @@ <key>CFBundlePackageType</key> <string>APPL</string> <key>CFBundleShortVersionString</key> - <string>1.0.2</string> + <string>1.1</string> <key>CFBundleURLTypes</key> <array> <dict> @@ -176,10 +176,6 @@ </array> <key>CFBundleVersion</key> <string></string> - <key>SPVersionShortHash</key> - <string></string> - <key>SPVersionLongHash</key> - <string></string> <key>FRFeedbackReporter.maxConsoleLogSize</key> <integer>10000</integer> <key>FRFeedbackReporter.targetURL</key> @@ -195,8 +191,6 @@ <key>x86_64</key> <string>10.6.0</string> </dict> - <key>NSSupportsAutomaticGraphicsSwitching</key> - <true/> <key>NSAppleScriptEnabled</key> <true/> <key>NSHumanReadableCopyright</key> @@ -229,6 +223,12 @@ </array> </dict> </array> + <key>NSSupportsAutomaticGraphicsSwitching</key> + <true/> + <key>SPVersionLongHash</key> + <string></string> + <key>SPVersionShortHash</key> + <string></string> <key>SUEnableSystemProfiling</key> <true/> <key>SUFeedURL</key> diff --git a/sequel-pro.xcodeproj/project.pbxproj b/sequel-pro.xcodeproj/project.pbxproj index af6723bf..ef3d204a 100644 --- a/sequel-pro.xcodeproj/project.pbxproj +++ b/sequel-pro.xcodeproj/project.pbxproj @@ -2659,7 +2659,7 @@ name = "Unit Tests"; productName = "Unit Tests"; productReference = 380F4ED90FC0B50500B0BFD7 /* Unit Tests.octest */; - productType = "com.apple.product-type.bundle"; + productType = "com.apple.product-type.bundle.ocunit-test"; }; 584754C1120A04560057631F /* Sequel Pro QLGenerator */ = { isa = PBXNativeTarget; |