Updated version to 1.4.0

This commit is contained in:
Shazron Abdullah 2015-03-02 16:15:11 -08:00
parent 05edec9562
commit 56abf4e92e
2 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,7 @@
#include <netinet/tcp.h>
#include "MobileDevice.h"
#define APP_VERSION "1.3.2"
#define APP_VERSION "1.4.0"
#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.3.2",
"version": "1.4.0",
"description": "launch iOS apps iOS devices from the command line (Xcode 6)",
"main": "ios-deploy",
"scripts": {