Skip to content

Commit 56abf4e

Browse files
committed
Updated version to 1.4.0
1 parent 05edec9 commit 56abf4e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ios-deploy.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
#include <netinet/tcp.h>
1717
#include "MobileDevice.h"
1818

19-
#define APP_VERSION "1.3.2"
19+
#define APP_VERSION "1.4.0"
2020
#define PREP_CMDS_PATH "/tmp/fruitstrap-lldb-prep-cmds-"
2121
#define LLDB_SHELL "lldb -s " PREP_CMDS_PATH
2222
/*

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ios-deploy",
3-
"version": "1.3.2",
3+
"version": "1.4.0",
44
"description": "launch iOS apps iOS devices from the command line (Xcode 6)",
55
"main": "ios-deploy",
66
"scripts": {

0 commit comments

Comments
 (0)