From f1a2c40566c8c284ddd11fa9bc64737020712f4a Mon Sep 17 00:00:00 2001 From: Shazron Abdullah Date: Thu, 27 Mar 2014 15:11:35 -0700 Subject: [PATCH] Increment version to 1.0.6 --- ios-deploy.c | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ios-deploy.c b/ios-deploy.c index 239c265..c9ede03 100644 --- a/ios-deploy.c +++ b/ios-deploy.c @@ -16,7 +16,7 @@ #include #include "MobileDevice.h" -#define APP_VERSION "1.0.5" +#define APP_VERSION "1.0.6" #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 7009d28..9e5cf9a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ios-deploy", - "version": "1.0.5", + "version": "1.0.6", "description": "launch iOS apps iOS devices from the command line (Xcode 4)", "main": "ios-deploy", "scripts": {