From 55d076b8054055c0ffb236ee262585c6379ffdd1 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 --- ios-deploy.c | 2 +- package.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ios-deploy.c b/ios-deploy.c index 2cf16eb..b430987 100644 --- a/ios-deploy.c +++ b/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 %@" /* 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"