chore: bump version to 4.1.0

This commit is contained in:
Vasil Chimev
2018-05-25 12:08:17 +03:00
parent 7c0bdd8435
commit 3e4b74eca6

View File

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