Update package.json

This commit is contained in:
dtopuzov
2016-02-16 10:34:53 +02:00
parent 9c9e64c385
commit 7e96e36492

View File

@@ -38,12 +38,12 @@
},
"typings": "tns-core-modules.d.ts",
"dependencies": {
"tns-core-modules-widgets": "1.6.0"
"tns-core-modules-widgets": "1.6.1"
},
"nativescript": {
"platforms": {
"ios": "1.3.0",
"android": "1.3.0"
"ios": "1.6.0",
"android": "1.6.0"
}
}
}