diff --git a/ios-deploy.c b/ios-deploy.c index 2bf282d..bf34a25 100644 --- a/ios-deploy.c +++ b/ios-deploy.c @@ -15,7 +15,7 @@ #include #include "MobileDevice.h" -#define APP_VERSION "1.0.2" +#define APP_VERSION "1.0.4" #define PREP_CMDS_PATH "/tmp/fruitstrap-lldb-prep-cmds-" #define LLDB_SHELL "python -u -c \"import time; time.sleep(0.5); print 'run'; time.sleep(2000000)\" | lldb -s " PREP_CMDS_PATH diff --git a/package.json b/package.json index ba640ec..a37ad19 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ios-deploy", - "version": "1.0.3", + "version": "1.0.4", "description": "launch iOS apps iOS devices from the command line (Xcode 4)", "main": "ios-deploy", "scripts": {