From 2f9fb4304a1d5962f513f9444906ecf7cef69782 Mon Sep 17 00:00:00 2001 From: Shazron Abdullah Date: Tue, 6 Oct 2015 17:11:14 -0700 Subject: [PATCH] Incremented version to 1.8.0 --- package.json | 4 ++-- src/ios-deploy.c | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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 %@" /*