From 4f9afb74996cbcf4dbcab5bb2bfc72eb8cc6a768 Mon Sep 17 00:00:00 2001 From: Shazron Abdullah Date: Fri, 9 May 2014 16:53:22 -0700 Subject: [PATCH] Update version to 1.0.7 --- 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 ebf80fc1..ca4d3582 100644 --- a/ios-deploy.c +++ b/ios-deploy.c @@ -16,7 +16,7 @@ #include #include "MobileDevice.h" -#define APP_VERSION "1.0.6" +#define APP_VERSION "1.0.7" #define PREP_CMDS_PATH "/tmp/fruitstrap-lldb-prep-cmds-" #define LLDB_SHELL "lldb -s " PREP_CMDS_PATH diff --git a/package.json b/package.json index 9e5cf9af..87fc2acd 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "ios-deploy", - "version": "1.0.6", - "description": "launch iOS apps iOS devices from the command line (Xcode 4)", + "version": "1.0.7", + "description": "launch iOS apps iOS devices from the command line (Xcode 5)", "main": "ios-deploy", "scripts": { "preinstall": "make ios-deploy"