diff options
-rw-r--r-- | Resources/English.lproj/InfoPlist.strings | 2 | ||||
-rw-r--r-- | Resources/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 eb681c32..3550ae79 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.8, Copyright 2002-2010 Sequel Pro and CocoaMySQL team."; +CFBundleGetInfoString = "Sequel Pro version 0.9.8.1, Copyright 2002-2010 Sequel Pro and CocoaMySQL team."; NSHumanReadableCopyright = "Copyright 2002-2010 Sequel Pro and CocoaMySQL team.";
\ No newline at end of file diff --git a/Resources/Info.plist b/Resources/Info.plist index 0494eca4..53477332 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.8</string> + <string>0.9.8.1</string> <key>CFBundleVersion</key> <string></string> <key>FRFeedbackReporter.targetURL</key> |