From dcb059a40bef1fe05e0e82c40dd59324fdc258b1 Mon Sep 17 00:00:00 2001 From: James Bunton Date: Mon, 3 Jan 2011 09:29:45 +1100 Subject: [PATCH] Bumped revision number --- Info.plist | 4 ++-- notipod_cli.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Info.plist b/Info.plist index b33313a..6632ad9 100644 --- a/Info.plist +++ b/Info.plist @@ -17,11 +17,11 @@ CFBundlePackageType APPL CFBundleShortVersionString - 1.3 + 1.4 CFBundleSignature ???? CFBundleVersion - 1.3 + 1.4 NSMainNibFile NotiPod NSPrincipalClass diff --git a/notipod_cli.py b/notipod_cli.py index 3d61c2c..b88589b 100755 --- a/notipod_cli.py +++ b/notipod_cli.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -VERSION = "1.3" +VERSION = "1.4" import logging import optparse -- 2.39.2