diff --git a/ios-deploy.c b/ios-deploy.c index 5095736..4b21718 100644 --- a/ios-deploy.c +++ b/ios-deploy.c @@ -9,7 +9,7 @@ #include #include "MobileDevice.h" -#define APP_VERSION "1.0" +#define APP_VERSION "1.0.2" #define FDVENDOR_PATH "/tmp/ios-deploy-remote-debugserver" #define PREP_CMDS_PATH "/tmp/ios-deploy-gdb-prep-cmds" #define GDB_SHELL "`xcode-select -print-path`/Platforms/iPhoneOS.platform/Developer/usr/libexec/gdb/gdb-arm-apple-darwin --arch armv7 -q -x " PREP_CMDS_PATH diff --git a/package.json b/package.json index e3436c2..2481156 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ios-deploy", - "version": "1.0.1", + "version": "1.0.2", "description": "launch iOS apps iOS devices from the command line (Xcode 4)", "main": "ios-deploy", "scripts": {