Skip to content

Commit c6ec643

Browse files
committed
Update to 3.1.1
1 parent 2fc2bdf commit c6ec643

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,8 @@ With node.js (at least 0.10.20):
6262

6363
Download an archive:
6464

65-
$ curl -L https://github.com/phonegap/ios-sim/zipball/3.0.0 -o ios-sim-3.0.0.zip
66-
$ unzip ios-sim-3.0.0.zip
65+
$ curl -L https://github.com/phonegap/ios-sim/zipball/3.1.1 -o ios-sim-3.1.1.zip
66+
$ unzip ios-sim-3.1.1.zip
6767

6868
Or from a git clone:
6969

Source/version.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
#define IOS_SIM_VERSION "3.0.0"
1+
#define IOS_SIM_VERSION "3.1.1"

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ios-sim",
3-
"version": "3.0.0",
3+
"version": "3.1.1",
44
"description": "launch iOS apps into the iOS Simulator from the command line (Xcode 6.0)",
55
"main": "ios-sim",
66
"scripts": {

0 commit comments

Comments
 (0)