Increment version to 1.0.6

This commit is contained in:
Shazron Abdullah 2014-03-27 15:11:35 -07:00
parent c92682d148
commit f1a2c40566
2 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,7 @@
#include <netinet/tcp.h>
#include "MobileDevice.h"
#define APP_VERSION "1.0.5"
#define APP_VERSION "1.0.6"
#define PREP_CMDS_PATH "/tmp/fruitstrap-lldb-prep-cmds-"
#define LLDB_SHELL "lldb -s " PREP_CMDS_PATH

View File

@ -1,6 +1,6 @@
{
"name": "ios-deploy",
"version": "1.0.5",
"version": "1.0.6",
"description": "launch iOS apps iOS devices from the command line (Xcode 4)",
"main": "ios-deploy",
"scripts": {