diff --git a/package.json b/package.json index c040f38..1a1f71d 100644 --- a/package.json +++ b/package.json @@ -1,8 +1,8 @@ { "name": "ios-deploy", - "version": "1.7.0", + "version": "1.8.0", "os" : [ "darwin" ], - "description": "launch iOS apps iOS devices from the command line (Xcode 6)", + "description": "launch iOS apps iOS devices from the command line (Xcode 7)", "main": "ios-deploy", "scripts": { "preinstall": "make ios-deploy" diff --git a/src/ios-deploy.c b/src/ios-deploy.c index a2ddd19..c0febc1 100644 --- a/src/ios-deploy.c +++ b/src/ios-deploy.c @@ -18,7 +18,7 @@ #include "MobileDevice.h" #include "errors.h" -#define APP_VERSION @"1.7.0" +#define APP_VERSION @"1.8.0" #define PREP_CMDS_PATH @"/tmp/%@/fruitstrap-lldb-prep-cmds-" #define LLDB_SHELL @"lldb -s %@" /*