From 70a3d60627b787016efea3cc3ff46798d854e6b3 Mon Sep 17 00:00:00 2001 From: Vasil Chimev Date: Mon, 8 Aug 2016 19:25:09 +0300 Subject: [PATCH] Bump version to 2.3.0 --- tns-core-modules/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tns-core-modules/package.json b/tns-core-modules/package.json index 4c0f81114..27e04c29f 100644 --- a/tns-core-modules/package.json +++ b/tns-core-modules/package.json @@ -1,7 +1,7 @@ { "name": "tns-core-modules", "description": "Telerik NativeScript Core Modules", - "version": "2.2.0", + "version": "2.3.0", "homepage":"https://www.nativescript.org", "repository": { "type": "git", @@ -28,7 +28,7 @@ }, "nativescript": { "platforms": { - "ios": "2.1.0", + "ios": "2.1.1", "android": "2.1.1" } }