diff --git a/tns-core-modules/package.json b/tns-core-modules/package.json index 1aa48fdae..c2376241a 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.1.0", "homepage": "https://www.nativescript.org", "repository": { "type": "git", @@ -25,7 +25,7 @@ "license": "Apache-2.0", "typings": "tns-core-modules.d.ts", "dependencies": { - "tns-core-modules-widgets": "next" + "tns-core-modules-widgets": "4.1.0" }, "devDependencies": { "@types/node": "~7.0.5", @@ -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..696883b37 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.1.0", "description": "Platform-specific TypeScript declarations for NativeScript for accessing native objects", "main": "", "scripts": {