diff options
Diffstat (limited to 'Resources')
-rw-r--r-- | Resources/English.lproj/InfoPlist.strings | 2 | ||||
-rw-r--r-- | Resources/Info.plist | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/Resources/English.lproj/InfoPlist.strings b/Resources/English.lproj/InfoPlist.strings index 59199f6b..fbb42ee2 100644 --- a/Resources/English.lproj/InfoPlist.strings +++ b/Resources/English.lproj/InfoPlist.strings @@ -1,4 +1,4 @@ /* Localized versions of Info.plist keys */ -CFBundleGetInfoString = "Sequel Pro version 0.9.7, Copyright 2002-2009 Sequel Pro and CocoaMySQL team."; +CFBundleGetInfoString = "Sequel Pro version 0.9.8, Copyright 2002-2009 Sequel Pro and CocoaMySQL team."; NSHumanReadableCopyright = "Copyright 2002-2009 Sequel Pro and CocoaMySQL team.";
\ No newline at end of file diff --git a/Resources/Info.plist b/Resources/Info.plist index 75028fc0..0494eca4 100644 --- a/Resources/Info.plist +++ b/Resources/Info.plist @@ -60,7 +60,7 @@ <key>CFBundlePackageType</key> <string>APPL</string> <key>CFBundleShortVersionString</key> - <string>0.9.7</string> + <string>0.9.8</string> <key>CFBundleVersion</key> <string></string> <key>FRFeedbackReporter.targetURL</key> @@ -81,7 +81,7 @@ <key>NSAppleScriptEnabled</key> <true/> <key>NSHumanReadableCopyright</key> - <string>Copyright 2002-2009 Sequel Pro and CocoaMySQL team.</string> + <string>Copyright 2002-2010 Sequel Pro and CocoaMySQL team.</string> <key>NSMainNibFile</key> <string>MainMenu</string> <key>NSPrincipalClass</key> |