Merge pull request #7726 from NativeScript/tsenov/bump-version-6.2.0

chore: bump version to 6.2.0
This commit is contained in:
Svetoslav
2019-08-28 14:11:46 +03:00
committed by GitHub
3 changed files with 7 additions and 7 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "tns-core-modules-widgets",
"version": "6.1.0",
"version": "6.2.0",
"description": "Native widgets used in the NativeScript framework.",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
@@ -17,8 +17,8 @@
"homepage": "https://github.com/NativeScript/NativeScript/blob/master/tns-core-modules-widgets#readme",
"nativescript": {
"platforms": {
"ios": "5.0.0",
"android": "5.0.0"
"ios": "6.0.0",
"android": "6.0.0"
}
}
}

View File

@@ -1,7 +1,7 @@
{
"name": "tns-core-modules",
"description": "Telerik NativeScript Core Modules",
"version": "6.1.0",
"version": "6.2.0",
"homepage": "https://www.nativescript.org",
"repository": {
"type": "git",
@@ -39,8 +39,8 @@
},
"nativescript": {
"platforms": {
"ios": "5.0.0",
"android": "5.0.0"
"ios": "6.0.0",
"android": "6.0.0"
}
},
"snapshot": {

View File

@@ -1,6 +1,6 @@
{
"name": "tns-platform-declarations",
"version": "6.1.0",
"version": "6.2.0",
"description": "Platform-specific TypeScript declarations for NativeScript for accessing native objects",
"main": "",
"scripts": {