Skip to content

Commit

Permalink
Updated version to 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
shazron committed Mar 3, 2015
1 parent 05edec9 commit 56abf4e
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.3.2"
#define APP_VERSION "1.4.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.3.2",
"version": "1.4.0",
"description": "launch iOS apps iOS devices from the command line (Xcode 6)",
"main": "ios-deploy",
"scripts": {
Expand Down

0 comments on commit 56abf4e

Please sign in to comment.