Update version to 1.2.0

This commit is contained in:
Shazron Abdullah 2014-10-06 22:09:39 -07:00
parent 0467b69fd8
commit c57f208422
2 changed files with 3 additions and 3 deletions

View File

@ -16,7 +16,7 @@
#include <netinet/tcp.h>
#include "MobileDevice.h"
#define APP_VERSION "1.1.0"
#define APP_VERSION "1.2.0"
#define PREP_CMDS_PATH "/tmp/fruitstrap-lldb-prep-cmds-"
#define LLDB_SHELL "lldb -s " PREP_CMDS_PATH

View File

@ -1,7 +1,7 @@
{
"name": "ios-deploy",
"version": "1.1.0",
"description": "launch iOS apps iOS devices from the command line (Xcode 5)",
"version": "1.2.0",
"description": "launch iOS apps iOS devices from the command line (Xcode 6)",
"main": "ios-deploy",
"scripts": {
"preinstall": "make ios-deploy"