diff options
author | rowanbeentje <rowan@beent.je> | 2013-02-13 00:02:42 +0000 |
---|---|---|
committer | rowanbeentje <rowan@beent.je> | 2013-02-13 00:02:42 +0000 |
commit | c37936d71c9c8ad9b721e33899bb118032466896 (patch) | |
tree | 57e6a4e012d148367278821a9902897e8cb0686e /Resources | |
parent | 4be04fd8fd3035dd77d44851d9470d8328a3af74 (diff) | |
parent | 3a440aa512f3524545dc0b1ec39362d052ed4806 (diff) | |
download | sequelpro-c37936d71c9c8ad9b721e33899bb118032466896.tar.gz sequelpro-c37936d71c9c8ad9b721e33899bb118032466896.tar.bz2 sequelpro-c37936d71c9c8ad9b721e33899bb118032466896.zip |
- Merge in changes from 1.0.x release branch to trunk
Diffstat (limited to 'Resources')
-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 a9d0ad4c..94c9ebec 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 1.0, Copyright 2002-2013 Sequel Pro and CocoaMySQL team."; +CFBundleGetInfoString = "Sequel Pro version 1.0.1, 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/Plists/Info.plist b/Resources/Plists/Info.plist index b84bc5cd..29c5f159 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</string> + <string>1.0.1</string> <key>CFBundleURLTypes</key> <array> <dict> |