Skip to content

Commit c57f208

Browse files
committed
Update version to 1.2.0
1 parent 0467b69 commit c57f208

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

ios-deploy.c

Lines changed: 1 addition & 1 deletion
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.1.0"
19+
#define APP_VERSION "1.2.0"
2020
#define PREP_CMDS_PATH "/tmp/fruitstrap-lldb-prep-cmds-"
2121
#define LLDB_SHELL "lldb -s " PREP_CMDS_PATH
2222

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "ios-deploy",
3-
"version": "1.1.0",
4-
"description": "launch iOS apps iOS devices from the command line (Xcode 5)",
3+
"version": "1.2.0",
4+
"description": "launch iOS apps iOS devices from the command line (Xcode 6)",
55
"main": "ios-deploy",
66
"scripts": {
77
"preinstall": "make ios-deploy"

0 commit comments

Comments
 (0)