diff options
-rw-r--r-- | Resources/English.lproj/InfoPlist.strings | 2 | ||||
-rw-r--r-- | Resources/Plists/Info.plist | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/Resources/English.lproj/InfoPlist.strings b/Resources/English.lproj/InfoPlist.strings index 78d8c254..697fd814 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.9, Copyright 2002-2011 Sequel Pro and CocoaMySQL team."; +CFBundleGetInfoString = "Sequel Pro version 0.9.9.1, Copyright 2002-2011 Sequel Pro and CocoaMySQL team."; NSHumanReadableCopyright = "Copyright 2002-2011 Sequel Pro and CocoaMySQL team.";
\ No newline at end of file diff --git a/Resources/Plists/Info.plist b/Resources/Plists/Info.plist index 95dc0c36..a2fb1aed 100644 --- a/Resources/Plists/Info.plist +++ b/Resources/Plists/Info.plist @@ -136,7 +136,7 @@ <key>CFBundlePackageType</key> <string>APPL</string> <key>CFBundleShortVersionString</key> - <string>0.9.9</string> + <string>0.9.9.1</string> <key>CFBundleVersion</key> <string></string> <key>FRFeedbackReporter.maxConsoleLogSize</key> |