diff --git a/package.json b/package.json index f28bc00..2556de5 100644 --- a/package.json +++ b/package.json @@ -1,15 +1,15 @@ { "name": "ios-sim", - "version": "6.0.0", + "version": "6.1.0", "preferGlobal": "true", - "description": "launch iOS apps into the iOS Simulator from the command line (Xcode 7.0+)", + "description": "launch iOS apps into the iOS Simulator from the command line (Xcode 8.0+)", "main": "ios-sim.js", "repository": { "type": "git", "url": "https://github.com/phonegap/ios-sim" }, "engines": { - "node": ">=0.10.0" + "node": ">=4" }, "keywords": [ "ios-sim", @@ -25,7 +25,7 @@ "license": "MIT", "dependencies": { "plist": "^1.2.0", - "simctl": "^1.0.0", + "simctl": "^1.1.0", "nopt": "1.0.9", "bplist-parser": "^0.0.6" },