Skip to content

Commit

Permalink
Updated version to 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
shazron committed May 12, 2015
1 parent 7c13720 commit ea8202c
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.5.0"
#define APP_VERSION "1.6.0"
#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.5.0",
"version": "1.6.0",
"os" : [ "darwin" ],
"description": "launch iOS apps iOS devices from the command line (Xcode 6)",
"main": "ios-deploy",
Expand Down

0 comments on commit ea8202c

Please sign in to comment.