Skip to content

Commit f3d56db

Browse files
committed
Increment version to 2.0.0
1 parent 493a026 commit f3d56db

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

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

5656
Download an archive:
5757

58-
$ curl -L https://github.com/phonegap/ios-sim/zipball/1.9.0 -o ios-sim-1.9.0.zip
59-
$ unzip ios-sim-1.9.0.zip
58+
$ curl -L https://github.com/phonegap/ios-sim/zipball/2.0.0 -o ios-sim-2.0.0.zip
59+
$ unzip ios-sim-2.0.0.zip
6060

6161
Or from a git clone:
6262

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)