From a695e873e453db8e9c1e3a18fb000547fa3cb721 Mon Sep 17 00:00:00 2001 From: Shazron Abdullah Date: Wed, 6 Aug 2014 17:49:22 -0700 Subject: [PATCH] Updated version to 2.0.1 for #104 --- Source/version.h | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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": {