]> code.delx.au - notipod/commitdiff
Bump version number to 1.11
authorJames Bunton <jamesbunton@delx.net.au>
Thu, 12 Jul 2012 02:09:42 +0000 (12:09 +1000)
committerJames Bunton <jamesbunton@delx.net.au>
Thu, 12 Jul 2012 02:09:42 +0000 (12:09 +1000)
Info.plist
notipod_cli.py

index ee274640b25ea94c55c23c990ed985cf2584b975..328d42eccce846743fc2f3343240b6d4ce06eb66 100644 (file)
        <key>CFBundlePackageType</key>
        <string>APPL</string>
        <key>CFBundleShortVersionString</key>
        <key>CFBundlePackageType</key>
        <string>APPL</string>
        <key>CFBundleShortVersionString</key>
-       <string>1.10</string>
+       <string>1.11</string>
        <key>CFBundleSignature</key>
        <string>????</string>
        <key>CFBundleVersion</key>
        <key>CFBundleSignature</key>
        <string>????</string>
        <key>CFBundleVersion</key>
-       <string>1.10</string>
+       <string>1.11</string>
        <key>NSMainNibFile</key>
        <string>NotiPod</string>
        <key>NSPrincipalClass</key>
        <key>NSMainNibFile</key>
        <string>NotiPod</string>
        <key>NSPrincipalClass</key>
index 6faf0f0a8b9ffbb382c796dd052480b2174e06c6..378b4f197e00fc18c5201acb4d02e945ea12fd4c 100755 (executable)
@@ -1,6 +1,6 @@
 #!/usr/bin/env python
 
 #!/usr/bin/env python
 
-VERSION = "1.10"
+VERSION = "1.11"
 
 import logging
 import optparse
 
 import logging
 import optparse