Skip to content

Commit ad7c97d

Browse files
committed
Updated version to 1.0.5
1 parent fa88a73 commit ad7c97d

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.4"
19+
#define APP_VERSION "1.0.5"
2020
#define PREP_CMDS_PATH "/tmp/fruitstrap-lldb-prep-cmds-"
2121
#define LLDB_SHELL "python -u -c $'import time\ntime.sleep(1.0)\n%swhile True: time.sleep(0.1); cmd = raw_input(); print (cmd)' | 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.4",
3+
"version": "1.0.5",
44
"description": "launch iOS apps iOS devices from the command line (Xcode 4)",
55
"main": "ios-deploy",
66
"scripts": {

0 commit comments

Comments
 (0)