Skip to content

Commit

Permalink
Increment version to 1.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
shazron committed Oct 12, 2015
1 parent f6b4c3f commit fccfde8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.8.1",
"version": "1.8.2",
"os": [
"darwin"
],
Expand Down
2 changes: 1 addition & 1 deletion src/ios-deploy.c
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
#include "MobileDevice.h"
#include "errors.h"

#define APP_VERSION @"1.8.1"
#define APP_VERSION @"1.8.2"
#define PREP_CMDS_PATH @"/tmp/%@/fruitstrap-lldb-prep-cmds-"
#define LLDB_SHELL @"lldb -s %@"
/*
Expand Down

0 comments on commit fccfde8

Please sign in to comment.