diff --git a/nativescript-core/package.json b/nativescript-core/package.json index 58f1cf36b..263cdf2d3 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.21", + "version": "6.5.23", "homepage": "https://www.nativescript.org", "repository": { "type": "git", diff --git a/package.json b/package.json index c56bf69b3..fc89b7271 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "NativeScript", "description": "NativeScript Core Modules", "homepage": "https://www.nativescript.org", - "version": "6.5.20", + "version": "6.5.23", "repository": { "type": "git", "url": "https://github.com/NativeScript/NativeScript" diff --git a/tns-core-modules-package/package.json b/tns-core-modules-package/package.json index c2cf65677..54eb762e7 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.21", + "version": "6.5.23", "homepage": "https://www.nativescript.org", "repository": { "type": "git", @@ -11,7 +11,7 @@ }, "license": "Apache-2.0", "dependencies": { - "@nativescript/core": "6.5.21" + "@nativescript/core": "6.5.23" }, "devDependencies": { "tns-platform-declarations": "6.5.15"