Skip to content

Commit

Permalink
Updated version to 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
shazron committed Jul 27, 2013
1 parent 512e741 commit ea8e9dd
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 @@ -9,7 +9,7 @@
#include <getopt.h>
#include "MobileDevice.h"

#define APP_VERSION "1.0"
#define APP_VERSION "1.0.2"
#define FDVENDOR_PATH "/tmp/ios-deploy-remote-debugserver"
#define PREP_CMDS_PATH "/tmp/ios-deploy-gdb-prep-cmds"
#define GDB_SHELL "`xcode-select -print-path`/Platforms/iPhoneOS.platform/Developer/usr/libexec/gdb/gdb-arm-apple-darwin --arch armv7 -q -x " 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.1",
"version": "1.0.2",
"description": "launch iOS apps iOS devices from the command line (Xcode 4)",
"main": "ios-deploy",
"scripts": {
Expand Down

0 comments on commit ea8e9dd

Please sign in to comment.