We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2fc2bdf commit c6ec643Copy full SHA for c6ec643
README.md
@@ -62,8 +62,8 @@ With node.js (at least 0.10.20):
62
63
Download an archive:
64
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
+ $ curl -L https://github.com/phonegap/ios-sim/zipball/3.1.1 -o ios-sim-3.1.1.zip
+ $ unzip ios-sim-3.1.1.zip
67
68
Or from a git clone:
69
Source/version.h
@@ -1 +1 @@
1
-#define IOS_SIM_VERSION "3.0.0"
+#define IOS_SIM_VERSION "3.1.1"
package.json
@@ -1,6 +1,6 @@
{
2
"name": "ios-sim",
3
- "version": "3.0.0",
+ "version": "3.1.1",
4
"description": "launch iOS apps into the iOS Simulator from the command line (Xcode 6.0)",
5
"main": "ios-sim",
6
"scripts": {
0 commit comments