diff --git a/package.json b/package.json index a436770e8..e0fcba815 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tns-core-modules-widgets", - "version": "4.0.0", + "version": "4.1.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/android-widgets#readme", "nativescript": { "platforms": { - "ios": "3.0.0", - "android": "3.0.0" + "ios": "4.0.0", + "android": "4.0.0" } } }