From: James Bunton Date: Thu, 12 Jul 2012 02:09:42 +0000 (+1000) Subject: Bump version number to 1.11 X-Git-Url: https://code.delx.au/notipod/commitdiff_plain/a9169f900313e7e1ca3da796b6aa8bb0db657088 Bump version number to 1.11 --- diff --git a/Info.plist b/Info.plist index ee27464..328d42e 100644 --- a/Info.plist +++ b/Info.plist @@ -17,11 +17,11 @@ CFBundlePackageType APPL CFBundleShortVersionString - 1.10 + 1.11 CFBundleSignature ???? CFBundleVersion - 1.10 + 1.11 NSMainNibFile NotiPod NSPrincipalClass diff --git a/notipod_cli.py b/notipod_cli.py index 6faf0f0..378b4f1 100755 --- a/notipod_cli.py +++ b/notipod_cli.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -VERSION = "1.10" +VERSION = "1.11" import logging import optparse