Skip to content

Commit e262298

Browse files
committed
Increment version to 3.0.0
1 parent b0dbc1e commit e262298

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
@@ -58,8 +58,8 @@ With node.js (at least 0.10.20):
5858

5959
Download an archive:
6060

61-
$ curl -L https://github.com/phonegap/ios-sim/zipball/2.0.1 -o ios-sim-2.0.1.zip
62-
$ unzip ios-sim-2.0.1.zip
61+
$ curl -L https://github.com/phonegap/ios-sim/zipball/3.0.0 -o ios-sim-3.0.0.zip
62+
$ unzip ios-sim-3.0.0.zip
6363

6464
Or from a git clone:
6565

Source/version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
#define IOS_SIM_VERSION "2.0.1"
1+
#define IOS_SIM_VERSION "3.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": "2.0.1",
3+
"version": "3.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)