diff --git a/tns-core-modules-widgets/package.json b/tns-core-modules-widgets/package.json index 57c5a34bf..7a5a212c4 100644 --- a/tns-core-modules-widgets/package.json +++ b/tns-core-modules-widgets/package.json @@ -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" } } } diff --git a/tns-core-modules/package.json b/tns-core-modules/package.json index e65bcbf73..9e2061a64 100644 --- a/tns-core-modules/package.json +++ b/tns-core-modules/package.json @@ -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": { diff --git a/tns-platform-declarations/package.json b/tns-platform-declarations/package.json index 920aef4da..83b9b9f7e 100644 --- a/tns-platform-declarations/package.json +++ b/tns-platform-declarations/package.json @@ -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": {