diff --git a/README.md b/README.md index 4a6f0bc..2589ddd 100644 --- a/README.md +++ b/README.md @@ -24,8 +24,8 @@ With node.js (at least 0.10.20): Download an archive: - $ curl -L https://github.com/phonegap/ios-sim/zipball/1.8.2 -o ios-sim-1.8.2.zip - $ unzip ios-sim-1.8.2.zip + $ curl -L https://github.com/phonegap/ios-sim/zipball/1.9.0 -o ios-sim-1.9.0.zip + $ unzip ios-sim-1.9.0.zip Or from a git clone: diff --git a/package.json b/package.json index 50ec524..2fc168b 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "ios-sim", - "version": "1.8.2", - "description": "launch iOS apps into the iOS Simulator from the command line (Xcode 4)", + "version": "1.9.0", + "description": "launch iOS apps into the iOS Simulator from the command line (Xcode 5.1)", "main": "ios-sim", "scripts": { "preinstall": "rake build"