]> code.delx.au - notipod/commitdiff
Bump revision notipod-1.3
authorJames Bunton <jamesbunton@fastmail.fm>
Sun, 2 Jan 2011 19:46:59 +0000 (06:46 +1100)
committerJames Bunton <jamesbunton@fastmail.fm>
Sun, 2 Jan 2011 19:46:59 +0000 (06:46 +1100)
Info.plist
notipod_cli.py

index 19278a526c394ff1b460e1d010142402c8996749..b33313adeb63a9c037e289b48a592975e5ede3c8 100644 (file)
        <key>CFBundlePackageType</key>
        <string>APPL</string>
        <key>CFBundleShortVersionString</key>
-       <string>1.2</string>
+       <string>1.3</string>
        <key>CFBundleSignature</key>
        <string>????</string>
        <key>CFBundleVersion</key>
-       <string>1.2</string>
+       <string>1.3</string>
        <key>NSMainNibFile</key>
        <string>NotiPod</string>
        <key>NSPrincipalClass</key>
index 0acad1b3b147a377fade720b9c4417d2b9bb9849..3d61c2c5e7b0b2a321f5e7279447ed7dc09a7d99 100755 (executable)
@@ -1,6 +1,6 @@
 #!/usr/bin/env python
 
-VERSION = "1.2"
+VERSION = "1.3"
 
 import logging
 import optparse