From 851954e8a1dcd2a1f1d99cf532c57840672d1ba6 Mon Sep 17 00:00:00 2001 From: Nathan Walker Date: Wed, 4 Nov 2020 09:09:36 -0800 Subject: [PATCH] chore(release): 6.5.21 --- nativescript-core/package.json | 2 +- tns-core-modules-package/package.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/nativescript-core/package.json b/nativescript-core/package.json index 14b0220eb..58f1cf36b 100644 --- a/nativescript-core/package.json +++ b/nativescript-core/package.json @@ -3,7 +3,7 @@ "main": "index", "types": "index.d.ts", "description": "NativeScript Core Modules", - "version": "6.5.20", + "version": "6.5.21", "homepage": "https://www.nativescript.org", "repository": { "type": "git", diff --git a/tns-core-modules-package/package.json b/tns-core-modules-package/package.json index ec17c42bf..c2cf65677 100644 --- a/tns-core-modules-package/package.json +++ b/tns-core-modules-package/package.json @@ -3,7 +3,7 @@ "main": "index", "types": "index.d.ts", "description": "NativeScript Core Modules", - "version": "6.5.20", + "version": "6.5.21", "homepage": "https://www.nativescript.org", "repository": { "type": "git", @@ -11,7 +11,7 @@ }, "license": "Apache-2.0", "dependencies": { - "@nativescript/core": "6.5.20" + "@nativescript/core": "6.5.21" }, "devDependencies": { "tns-platform-declarations": "6.5.15"