Skip to content

Commit 538ef1a

Browse files
committed
Updated README and npm package.json
1 parent 0495352 commit 538ef1a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ With node.js (at least 0.10.20):
2424

2525
Download an archive:
2626

27-
$ curl -L https://github.com/phonegap/ios-sim/zipball/1.8.2 -o ios-sim-1.8.2.zip
28-
$ unzip ios-sim-1.8.2.zip
27+
$ curl -L https://github.com/phonegap/ios-sim/zipball/1.9.0 -o ios-sim-1.9.0.zip
28+
$ unzip ios-sim-1.9.0.zip
2929

3030
Or from a git clone:
3131

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "ios-sim",
3-
"version": "1.8.2",
4-
"description": "launch iOS apps into the iOS Simulator from the command line (Xcode 4)",
3+
"version": "1.9.0",
4+
"description": "launch iOS apps into the iOS Simulator from the command line (Xcode 5.1)",
55
"main": "ios-sim",
66
"scripts": {
77
"preinstall": "rake build"

0 commit comments

Comments
 (0)