]> code.delx.au - notipod/commitdiff
Bump version to 1.13
authorJames Bunton <jamesbunton@delx.net.au>
Thu, 20 Feb 2014 09:00:06 +0000 (20:00 +1100)
committerJames Bunton <jamesbunton@delx.net.au>
Thu, 20 Feb 2014 09:00:06 +0000 (20:00 +1100)
Info.plist
notipod_cli.py

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