Skip to content

Commit

Permalink
Updated README and npm package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
shazron committed Mar 11, 2014
1 parent 0495352 commit 538ef1a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 538ef1a

Please sign in to comment.