From 4d0fbef87b2becc96ee07c4c77b179645af0cf6f Mon Sep 17 00:00:00 2001 From: Vasil Chimev Date: Tue, 5 Jul 2016 15:56:44 +0300 Subject: [PATCH] Bump up version to 2.2.0 --- tns-core-modules/package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tns-core-modules/package.json b/tns-core-modules/package.json index 0eba4790f..4c0f81114 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.1.0", + "version": "2.2.0", "homepage":"https://www.nativescript.org", "repository": { "type": "git", @@ -28,8 +28,8 @@ }, "nativescript": { "platforms": { - "ios": "2.0.0", - "android": "2.0.0" + "ios": "2.1.0", + "android": "2.1.1" } } -} \ No newline at end of file +}