Skip to content

Commit fde5cdd

Browse files
author
vakrilov
committed
chore: fix versions
1 parent 55e61ff commit fde5cdd

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

nativescript-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"main": "index",
44
"types": "index.d.ts",
55
"description": "Telerik NativeScript Core Modules",
6-
"version": "6.2.0",
6+
"version": "6.3.0",
77
"homepage": "https://www.nativescript.org",
88
"repository": {
99
"type": "git",

tns-core-modules-package/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"main": "index",
44
"types": "index.d.ts",
55
"description": "Telerik NativeScript Core Modules",
6-
"version": "6.1.0",
6+
"version": "6.3.0",
77
"homepage": "https://www.nativescript.org",
88
"repository": {
99
"type": "git",

tns-core-modules-widgets/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tns-core-modules-widgets",
3-
"version": "6.2.0",
3+
"version": "6.3.0",
44
"description": "Native widgets used in the NativeScript framework.",
55
"scripts": {
66
"test": "echo \"Error: no test specified\" && exit 1"

tns-platform-declarations/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tns-platform-declarations",
3-
"version": "6.2.0",
3+
"version": "6.3.0",
44
"description": "Platform-specific TypeScript declarations for NativeScript for accessing native objects",
55
"main": "",
66
"scripts": {

0 commit comments

Comments
 (0)