From a9169f900313e7e1ca3da796b6aa8bb0db657088 Mon Sep 17 00:00:00 2001 From: James Bunton Date: Thu, 12 Jul 2012 12:09:42 +1000 Subject: [PATCH] Bump version number to 1.11 --- Info.plist | 4 ++-- notipod_cli.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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 -- 2.39.2