diff --git a/Source/version.h b/Source/version.h index 6bfc740..9a7e0c3 100644 --- a/Source/version.h +++ b/Source/version.h @@ -1 +1 @@ -#define IOS_SIM_VERSION "2.0.0" +#define IOS_SIM_VERSION "2.0.1" diff --git a/package.json b/package.json index b4105cd..9fd2937 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ios-sim", - "version": "2.0.0", + "version": "2.0.1", "description": "launch iOS apps into the iOS Simulator from the command line (Xcode 5.1)", "main": "ios-sim", "scripts": {