diff options
-rw-r--r-- | Resources/English.lproj/InfoPlist.strings | 4 | ||||
-rw-r--r-- | Resources/License.rtf | 7 | ||||
-rw-r--r-- | Resources/Plists/Info.plist | 4 |
3 files changed, 7 insertions, 8 deletions
diff --git a/Resources/English.lproj/InfoPlist.strings b/Resources/English.lproj/InfoPlist.strings index c2750ad4..ab1e8425 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.1, Copyright 2002-2012 Sequel Pro and CocoaMySQL team."; -NSHumanReadableCopyright = "Copyright 2002-2012 Sequel Pro and CocoaMySQL team.";
\ No newline at end of file +CFBundleGetInfoString = "Sequel Pro version 1.0.0, Copyright 2002-2013 Sequel Pro and CocoaMySQL team."; +NSHumanReadableCopyright = "Copyright 2002-2013 Sequel Pro and CocoaMySQL team.";
\ No newline at end of file diff --git a/Resources/License.rtf b/Resources/License.rtf index d022e225..065ab437 100644 --- a/Resources/License.rtf +++ b/Resources/License.rtf @@ -1,11 +1,10 @@ -{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf360 +{\rtf1\ansi\ansicpg1252\cocoartf1138\cocoasubrtf510 {\fonttbl\f0\fnil\fcharset0 LucidaGrande;} {\colortbl;\red255\green255\blue255;\red26\green26\blue26;} -\vieww19800\viewh14100\viewkind0 \deftab560 -\pard\tx560\pardeftab560\ql\qnatural\pardirnatural +\pard\tx560\pardeftab560\pardirnatural -\f0\b\fs22 \cf2 \CocoaLigature0 Copyright (c) 2002-2012 Sequel Pro & CocoaMySQL Teams. \ +\f0\b\fs22 \cf2 \CocoaLigature0 Copyright (c) 2002-2013 Sequel Pro & CocoaMySQL Teams. \ \ All rights reserved. \b0 \ diff --git a/Resources/Plists/Info.plist b/Resources/Plists/Info.plist index c1c93f65..939fe951 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>0.9.9.1</string> + <string>1.0.0</string> <key>CFBundleURLTypes</key> <array> <dict> @@ -196,7 +196,7 @@ <key>NSAppleScriptEnabled</key> <true/> <key>NSHumanReadableCopyright</key> - <string>Copyright 2002-2012 Sequel Pro and CocoaMySQL team.</string> + <string>Copyright 2002-2013 Sequel Pro and CocoaMySQL team.</string> <key>NSMainNibFile</key> <string>MainMenu</string> <key>NSPrincipalClass</key> |