From 30fcd10819e9ef872bfbc0051ffb2599c91ebc97 Mon Sep 17 00:00:00 2001 From: James Bunton Date: Thu, 20 Feb 2014 20:00:06 +1100 Subject: [PATCH] Bump version to 1.13 --- Info.plist | 4 ++-- notipod_cli.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Info.plist b/Info.plist index 19bb02b..b9820d4 100644 --- a/Info.plist +++ b/Info.plist @@ -17,11 +17,11 @@ CFBundlePackageType APPL CFBundleShortVersionString - 1.12 + 1.13 CFBundleSignature ???? CFBundleVersion - 1.12 + 1.13 NSMainNibFile NotiPod NSPrincipalClass diff --git a/notipod_cli.py b/notipod_cli.py index 72d2936..0eda7bb 100755 --- a/notipod_cli.py +++ b/notipod_cli.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -VERSION = "1.12" +VERSION = "1.13" import logging import optparse -- 2.39.2