Skip to content

Commit

Permalink
Increment version to 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
shazron committed Jul 30, 2014
1 parent 0f6c498 commit 6dd226e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 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.9.0 -o ios-sim-1.9.0.zip
$ unzip ios-sim-1.9.0.zip
$ curl -L https://github.com/phonegap/ios-sim/zipball/2.0.0 -o ios-sim-2.0.0.zip
$ unzip ios-sim-2.0.0.zip

Or from a git clone:

Expand All @@ -45,7 +45,7 @@ Make sure you enable Developer Mode on your machine:
Make sure multiple instances of launchd_sim are not running:

$ killall launchd_sim

Development
-----------

Expand Down
2 changes: 1 addition & 1 deletion Source/version.h
Original file line number Diff line number Diff line change
@@ -1 +1 @@
#define IOS_SIM_VERSION "1.9.0"
#define IOS_SIM_VERSION "2.0.0"
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ios-sim",
"version": "1.9.0",
"version": "2.0.0",
"description": "launch iOS apps into the iOS Simulator from the command line (Xcode 5.1)",
"main": "ios-sim",
"scripts": {
Expand Down

0 comments on commit 6dd226e

Please sign in to comment.