From d607475af1db536eec2812f25c08e471a89ffcc0 Mon Sep 17 00:00:00 2001 From: Justin Hileman Date: Fri, 25 May 2012 08:59:26 -0700 Subject: [PATCH] version bump --- coda | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/coda b/coda index 3a067b7..4678543 100644 --- a/coda +++ b/coda @@ -53,7 +53,7 @@ import sys, os, time, commands, optparse, signal from tempfile import mkstemp from pipes import quote -version = '1.0.3' +version = '1.0.4' if commands.getoutput("mdfind \"kMDItemCFBundleIdentifier == 'com.panic.Coda2'\"") != "": bundle_id = 'com.panic.Coda2'