diff --git a/Source/version.h b/Source/version.h index 4742391..801f95b 100644 --- a/Source/version.h +++ b/Source/version.h @@ -1 +1 @@ -#define IOS_SIM_VERSION "3.1.1" +#define IOS_SIM_VERSION "3.2.0" diff --git a/package.json b/package.json index edeff58..5a67e49 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ios-sim", - "version": "3.1.1", + "version": "3.2.0", "os" : [ "darwin" ], "description": "launch iOS apps into the iOS Simulator from the command line (Xcode 6.0)", "main": "ios-sim",