Updated version to 1.6.1
diff --git a/ios-deploy.c b/ios-deploy.c
index 66caf3a..7fe11b0 100644
--- a/ios-deploy.c
+++ b/ios-deploy.c
@@ -16,7 +16,7 @@
 #include <netinet/tcp.h>
 #include "MobileDevice.h"
 
-#define APP_VERSION    "1.6.0"
+#define APP_VERSION    "1.6.1"
 #define PREP_CMDS_PATH "/tmp/fruitstrap-lldb-prep-cmds-"
 #define LLDB_SHELL "lldb -s " PREP_CMDS_PATH
 /*
diff --git a/package.json b/package.json
index 919547d..6b647c2 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "ios-deploy",
-  "version": "1.6.0",
+  "version": "1.6.1",
   "os" : [ "darwin" ],
   "description": "launch iOS apps iOS devices from the command line (Xcode 6)",
   "main": "ios-deploy",