Skip to content

Commit

Permalink
Fixes #50 - Publish 1.0.9 version
Browse files Browse the repository at this point in the history
  • Loading branch information
shazron committed Aug 1, 2014
1 parent 54a62bf commit 5f90ebb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ios-deploy.c
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
#include <netinet/tcp.h>
#include "MobileDevice.h"

#define APP_VERSION "1.0.8"
#define APP_VERSION "1.0.9"
#define PREP_CMDS_PATH "/tmp/fruitstrap-lldb-prep-cmds-"
#define LLDB_SHELL "lldb -s " PREP_CMDS_PATH

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ios-deploy",
"version": "1.0.8",
"version": "1.0.9",
"description": "launch iOS apps iOS devices from the command line (Xcode 5)",
"main": "ios-deploy",
"scripts": {
Expand Down

0 comments on commit 5f90ebb

Please sign in to comment.