diff --git a/README.md b/README.md index 591f9f9..518497f 100644 --- a/README.md +++ b/README.md @@ -24,8 +24,8 @@ With node.js (at least 0.10.20): Download an archive: - $ curl -L https://github.com/phonegap/ios-sim/zipball/1.9.0 -o ios-sim-1.9.0.zip - $ unzip ios-sim-1.9.0.zip + $ curl -L https://github.com/phonegap/ios-sim/zipball/2.0.0 -o ios-sim-2.0.0.zip + $ unzip ios-sim-2.0.0.zip Or from a git clone: @@ -45,7 +45,7 @@ Make sure you enable Developer Mode on your machine: Make sure multiple instances of launchd_sim are not running: $ killall launchd_sim - + Development ----------- diff --git a/Source/version.h b/Source/version.h index d22dd94..6bfc740 100644 --- a/Source/version.h +++ b/Source/version.h @@ -1 +1 @@ -#define IOS_SIM_VERSION "1.9.0" +#define IOS_SIM_VERSION "2.0.0" diff --git a/package.json b/package.json index 2fc168b..b4105cd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ios-sim", - "version": "1.9.0", + "version": "2.0.0", "description": "launch iOS apps into the iOS Simulator from the command line (Xcode 5.1)", "main": "ios-sim", "scripts": {