Skip to content

Commit 5f90ebb

Browse files
committed
Fixes #50 - Publish 1.0.9 version
1 parent 54a62bf commit 5f90ebb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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.0.8"
19+
#define APP_VERSION "1.0.9"
2020
#define PREP_CMDS_PATH "/tmp/fruitstrap-lldb-prep-cmds-"
2121
#define LLDB_SHELL "lldb -s " PREP_CMDS_PATH
2222

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ios-deploy",
3-
"version": "1.0.8",
3+
"version": "1.0.9",
44
"description": "launch iOS apps iOS devices from the command line (Xcode 5)",
55
"main": "ios-deploy",
66
"scripts": {

0 commit comments

Comments
 (0)