Skip to content

Commit

Permalink
Update version to 1.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
shazron committed May 9, 2014
1 parent f728321 commit 4f9afb7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.6"
#define APP_VERSION "1.0.7"
#define PREP_CMDS_PATH "/tmp/fruitstrap-lldb-prep-cmds-"
#define LLDB_SHELL "lldb -s " PREP_CMDS_PATH

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ios-deploy",
"version": "1.0.6",
"description": "launch iOS apps iOS devices from the command line (Xcode 4)",
"version": "1.0.7",
"description": "launch iOS apps iOS devices from the command line (Xcode 5)",
"main": "ios-deploy",
"scripts": {
"preinstall": "make ios-deploy"
Expand Down

0 comments on commit 4f9afb7

Please sign in to comment.