]> code.delx.au - notipod/commitdiff
Bump to version 1.9
authorJames Bunton <jamesbunton@delx.net.au>
Sat, 14 Jan 2012 02:36:05 +0000 (13:36 +1100)
committerJames Bunton <jamesbunton@delx.net.au>
Sat, 14 Jan 2012 02:36:05 +0000 (13:36 +1100)
Info.plist
notipod_cli.py

index e16abbdce65d8ee87da567796248372edfd84aad..50cfedff0d0d79fcda2a4691d61601638df7ecfb 100644 (file)
        <key>CFBundlePackageType</key>
        <string>APPL</string>
        <key>CFBundleShortVersionString</key>
-       <string>1.8</string>
+       <string>1.9</string>
        <key>CFBundleSignature</key>
        <string>????</string>
        <key>CFBundleVersion</key>
-       <string>1.8</string>
+       <string>1.9</string>
        <key>NSMainNibFile</key>
        <string>NotiPod</string>
        <key>NSPrincipalClass</key>
index 70a341325e5db9c5138895a82e09a3565abde652..5ded3f09c91ae9c154dbf06885ba697c23c75120 100755 (executable)
@@ -1,6 +1,6 @@
 #!/usr/bin/env python
 
-VERSION = "1.8"
+VERSION = "1.9"
 
 import logging
 import optparse