Skip to content

Commit d65b94f

Browse files
committed
Updated version to 1.6.2
1 parent 44b8068 commit d65b94f

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
@@ -18,7 +18,7 @@
1818
#include "MobileDevice.h"
1919
#include "errors.h"
2020

21-
#define APP_VERSION "1.6.1"
21+
#define APP_VERSION "1.6.2"
2222
#define PREP_CMDS_PATH "/tmp/fruitstrap-lldb-prep-cmds-"
2323
#define LLDB_SHELL "lldb -s " PREP_CMDS_PATH
2424
/*

package.json

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

0 commit comments

Comments
 (0)