Updated version to 1.6.2

This commit is contained in:
Shazron Abdullah 2015-05-15 15:44:59 -07:00
parent 44b8068daa
commit d65b94fa06
2 changed files with 2 additions and 2 deletions

View File

@ -18,7 +18,7 @@
#include "MobileDevice.h"
#include "errors.h"
#define APP_VERSION "1.6.1"
#define APP_VERSION "1.6.2"
#define PREP_CMDS_PATH "/tmp/fruitstrap-lldb-prep-cmds-"
#define LLDB_SHELL "lldb -s " PREP_CMDS_PATH
/*

View File

@ -1,6 +1,6 @@
{
"name": "ios-deploy",
"version": "1.6.1",
"version": "1.6.2",
"os" : [ "darwin" ],
"description": "launch iOS apps iOS devices from the command line (Xcode 6)",
"main": "ios-deploy",