From 250eb31c6ed69a98b713ac8dd0546d3d5a47ae47 Mon Sep 17 00:00:00 2001 From: Svetoslav Date: Fri, 28 Jun 2019 19:01:59 +0300 Subject: [PATCH] chore: bump to 6.1.0 (#7422) --- tns-core-modules-widgets/package.json | 2 +- tns-core-modules/package.json | 2 +- tns-platform-declarations/package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/tns-core-modules-widgets/package.json b/tns-core-modules-widgets/package.json index 46bab1160..57c5a34bf 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.0.0", + "version": "6.1.0", "description": "Native widgets used in the NativeScript framework.", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" diff --git a/tns-core-modules/package.json b/tns-core-modules/package.json index 76b70b72f..91325f896 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.0.0", + "version": "6.1.0", "homepage": "https://www.nativescript.org", "repository": { "type": "git", diff --git a/tns-platform-declarations/package.json b/tns-platform-declarations/package.json index 5ee16ea26..920aef4da 100644 --- a/tns-platform-declarations/package.json +++ b/tns-platform-declarations/package.json @@ -1,6 +1,6 @@ { "name": "tns-platform-declarations", - "version": "6.0.0", + "version": "6.1.0", "description": "Platform-specific TypeScript declarations for NativeScript for accessing native objects", "main": "", "scripts": {