]> code.delx.au - notipod/commitdiff
Bumped revision number notipod-1.4
authorJames Bunton <jamesbunton@fastmail.fm>
Sun, 2 Jan 2011 22:29:45 +0000 (09:29 +1100)
committerJames Bunton <jamesbunton@fastmail.fm>
Sun, 2 Jan 2011 22:29:45 +0000 (09:29 +1100)
Info.plist
notipod_cli.py

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