From: James Bunton Date: Thu, 12 Jul 2012 07:53:12 +0000 (+1000) Subject: Bump version to 1.12 X-Git-Url: https://code.delx.au/notipod/commitdiff_plain/6eba70ea8be9fa51ee711b829f7ec2ee9288b9ca Bump version to 1.12 --- diff --git a/Info.plist b/Info.plist index 328d42e..19bb02b 100644 --- a/Info.plist +++ b/Info.plist @@ -17,11 +17,11 @@ CFBundlePackageType APPL CFBundleShortVersionString - 1.11 + 1.12 CFBundleSignature ???? CFBundleVersion - 1.11 + 1.12 NSMainNibFile NotiPod NSPrincipalClass diff --git a/notipod_cli.py b/notipod_cli.py index 7ffb9ae..72d2936 100755 --- a/notipod_cli.py +++ b/notipod_cli.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -VERSION = "1.11" +VERSION = "1.12" import logging import optparse