diff options
author | rowanbeentje <rowan@beent.je> | 2013-04-28 23:17:44 +0000 |
---|---|---|
committer | rowanbeentje <rowan@beent.je> | 2013-04-28 23:17:44 +0000 |
commit | a6c5548162bd5e554be6819b7a1a14d684e830ca (patch) | |
tree | 1ef9f787884ced979e7f5818e0f361a9b5cb2425 /Resources | |
parent | 0e9744a04fcdba20d73ea5b56cf2bee0d9eee24c (diff) | |
download | sequelpro-a6c5548162bd5e554be6819b7a1a14d684e830ca.tar.gz sequelpro-a6c5548162bd5e554be6819b7a1a14d684e830ca.tar.bz2 sequelpro-a6c5548162bd5e554be6819b7a1a14d684e830ca.zip |
- Update version number to 1.0.2
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 94c9ebec..af866cf8 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.1, Copyright 2002-2013 Sequel Pro and CocoaMySQL team."; +CFBundleGetInfoString = "Sequel Pro version 1.0.2, 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 9b10e2fd..0d62b893 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.1</string> + <string>1.0.2</string> <key>CFBundleURLTypes</key> <array> <dict> |