chore: bump versino to 6.2.0

This commit is contained in:
SvetoslavTsenov
2019-08-23 18:06:47 +03:00
parent 55c9cc9072
commit d772d21de0
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"
}
}
}