From d772d21de074c134f60909f5c8a0ca7a5c2c40c0 Mon Sep 17 00:00:00 2001 From: SvetoslavTsenov Date: Fri, 23 Aug 2019 18:06:47 +0300 Subject: [PATCH] chore: bump versino to 6.2.0 --- tns-core-modules-widgets/package.json | 6 +++--- tns-core-modules/package.json | 6 +++--- tns-platform-declarations/package.json | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/tns-core-modules-widgets/package.json b/tns-core-modules-widgets/package.json index 57c5a34bf..7a5a212c4 100644 --- a/tns-core-modules-widgets/package.json +++ b/tns-core-modules-widgets/package.json @@ -1,6 +1,6 @@ { "name": "tns-core-modules-widgets", - "version": "6.1.0", + "version": "6.2.0", "description": "Native widgets used in the NativeScript framework.", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" @@ -17,8 +17,8 @@ "homepage": "https://github.com/NativeScript/NativeScript/blob/master/tns-core-modules-widgets#readme", "nativescript": { "platforms": { - "ios": "5.0.0", - "android": "5.0.0" + "ios": "6.0.0", + "android": "6.0.0" } } } diff --git a/tns-core-modules/package.json b/tns-core-modules/package.json index e65bcbf73..9e2061a64 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": "6.1.0", + "version": "6.2.0", "homepage": "https://www.nativescript.org", "repository": { "type": "git", @@ -39,8 +39,8 @@ }, "nativescript": { "platforms": { - "ios": "5.0.0", - "android": "5.0.0" + "ios": "6.0.0", + "android": "6.0.0" } }, "snapshot": { diff --git a/tns-platform-declarations/package.json b/tns-platform-declarations/package.json index 920aef4da..83b9b9f7e 100644 --- a/tns-platform-declarations/package.json +++ b/tns-platform-declarations/package.json @@ -1,6 +1,6 @@ { "name": "tns-platform-declarations", - "version": "6.1.0", + "version": "6.2.0", "description": "Platform-specific TypeScript declarations for NativeScript for accessing native objects", "main": "", "scripts": {