]> code.delx.au - notipod/commitdiff
Bump version to 1.12
authorJames Bunton <jamesbunton@delx.net.au>
Thu, 12 Jul 2012 07:53:12 +0000 (17:53 +1000)
committerJames Bunton <jamesbunton@delx.net.au>
Thu, 12 Jul 2012 07:53:12 +0000 (17:53 +1000)
Info.plist
notipod_cli.py

index 328d42eccce846743fc2f3343240b6d4ce06eb66..19bb02bc13da7436cb07bb205fc69b773c3ba0d8 100644 (file)
        <key>CFBundlePackageType</key>
        <string>APPL</string>
        <key>CFBundleShortVersionString</key>
-       <string>1.11</string>
+       <string>1.12</string>
        <key>CFBundleSignature</key>
        <string>????</string>
        <key>CFBundleVersion</key>
-       <string>1.11</string>
+       <string>1.12</string>
        <key>NSMainNibFile</key>
        <string>NotiPod</string>
        <key>NSPrincipalClass</key>
index 7ffb9aee219d5fca0b4a03983ab8c76d629c64dd..72d2936645c176d56d3801ad2e56cb35d8b4e480 100755 (executable)
@@ -1,6 +1,6 @@
 #!/usr/bin/env python
 
-VERSION = "1.11"
+VERSION = "1.12"
 
 import logging
 import optparse