Skip to content

Commit c7d4b99

Browse files
Merge pull request #7726 from NativeScript/tsenov/bump-version-6.2.0
chore: bump version to 6.2.0
2 parents 5520213 + a39a4db commit c7d4b99

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

tns-core-modules-widgets/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tns-core-modules-widgets",
3-
"version": "6.1.0",
3+
"version": "6.2.0",
44
"description": "Native widgets used in the NativeScript framework.",
55
"scripts": {
66
"test": "echo \"Error: no test specified\" && exit 1"
@@ -17,8 +17,8 @@
1717
"homepage": "https://github.com/NativeScript/NativeScript/blob/master/tns-core-modules-widgets#readme",
1818
"nativescript": {
1919
"platforms": {
20-
"ios": "5.0.0",
21-
"android": "5.0.0"
20+
"ios": "6.0.0",
21+
"android": "6.0.0"
2222
}
2323
}
2424
}

tns-core-modules/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "tns-core-modules",
33
"description": "Telerik NativeScript Core Modules",
4-
"version": "6.1.0",
4+
"version": "6.2.0",
55
"homepage": "https://www.nativescript.org",
66
"repository": {
77
"type": "git",
@@ -39,8 +39,8 @@
3939
},
4040
"nativescript": {
4141
"platforms": {
42-
"ios": "5.0.0",
43-
"android": "5.0.0"
42+
"ios": "6.0.0",
43+
"android": "6.0.0"
4444
}
4545
},
4646
"snapshot": {

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.1.0",
3+
"version": "6.2.0",
44
"description": "Platform-specific TypeScript declarations for NativeScript for accessing native objects",
55
"main": "",
66
"scripts": {

0 commit comments

Comments
 (0)