Skip to content

Commit 6dd226e

Browse files
committed
Increment version to 2.0.0
1 parent 0f6c498 commit 6dd226e

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

README.md

Lines changed: 3 additions & 3 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.9.0 -o ios-sim-1.9.0.zip
28-
$ unzip ios-sim-1.9.0.zip
27+
$ curl -L https://github.com/phonegap/ios-sim/zipball/2.0.0 -o ios-sim-2.0.0.zip
28+
$ unzip ios-sim-2.0.0.zip
2929

3030
Or from a git clone:
3131

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

4747
$ killall launchd_sim
48-
48+
4949
Development
5050
-----------
5151

Source/version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
#define IOS_SIM_VERSION "1.9.0"
1+
#define IOS_SIM_VERSION "2.0.0"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ios-sim",
3-
"version": "1.9.0",
3+
"version": "2.0.0",
44
"description": "launch iOS apps into the iOS Simulator from the command line (Xcode 5.1)",
55
"main": "ios-sim",
66
"scripts": {

0 commit comments

Comments
 (0)