Incremented version to 1.8.0

This commit is contained in:
Shazron Abdullah 2015-10-06 17:11:14 -07:00
parent a6e94923cf
commit 2f9fb4304a
2 changed files with 3 additions and 3 deletions

View File

@ -1,8 +1,8 @@
{ {
"name": "ios-deploy", "name": "ios-deploy",
"version": "1.7.0", "version": "1.8.0",
"os" : [ "darwin" ], "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", "main": "ios-deploy",
"scripts": { "scripts": {
"preinstall": "make ios-deploy" "preinstall": "make ios-deploy"

View File

@ -18,7 +18,7 @@
#include "MobileDevice.h" #include "MobileDevice.h"
#include "errors.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 PREP_CMDS_PATH @"/tmp/%@/fruitstrap-lldb-prep-cmds-"
#define LLDB_SHELL @"lldb -s %@" #define LLDB_SHELL @"lldb -s %@"
/* /*