From bc9984ad992453751405258158c65f2a63cb77ed Mon Sep 17 00:00:00 2001 From: Vasil Chimev Date: Fri, 25 May 2018 15:20:33 +0300 Subject: [PATCH] chore: bump versions to 4.2.0 (#5865) --- tns-core-modules/package.json | 6 +++--- tns-platform-declarations/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/tns-core-modules/package.json b/tns-core-modules/package.json index 1aa48fdae..2fe50c8f6 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": "4.0.0", + "version": "4.2.0", "homepage": "https://www.nativescript.org", "repository": { "type": "git", @@ -33,8 +33,8 @@ }, "nativescript": { "platforms": { - "ios": "3.0.0", - "android": "3.0.0" + "ios": "4.0.0", + "android": "4.0.0" } }, "snapshot": { diff --git a/tns-platform-declarations/package.json b/tns-platform-declarations/package.json index 3e0800e08..b13c76a00 100644 --- a/tns-platform-declarations/package.json +++ b/tns-platform-declarations/package.json @@ -1,6 +1,6 @@ { "name": "tns-platform-declarations", - "version": "4.0.0", + "version": "4.2.0", "description": "Platform-specific TypeScript declarations for NativeScript for accessing native objects", "main": "", "scripts": {