chore: bump versions to 4.1.0 (#5864)

This commit is contained in:
Vasil Chimev
2018-05-25 15:20:50 +03:00
committed by GitHub
parent 928b2f7015
commit 89e6ca094b
2 changed files with 5 additions and 5 deletions

View File

@@ -1,7 +1,7 @@
{ {
"name": "tns-core-modules", "name": "tns-core-modules",
"description": "Telerik NativeScript Core Modules", "description": "Telerik NativeScript Core Modules",
"version": "4.0.0", "version": "4.1.0",
"homepage": "https://www.nativescript.org", "homepage": "https://www.nativescript.org",
"repository": { "repository": {
"type": "git", "type": "git",
@@ -25,7 +25,7 @@
"license": "Apache-2.0", "license": "Apache-2.0",
"typings": "tns-core-modules.d.ts", "typings": "tns-core-modules.d.ts",
"dependencies": { "dependencies": {
"tns-core-modules-widgets": "next" "tns-core-modules-widgets": "4.1.0"
}, },
"devDependencies": { "devDependencies": {
"@types/node": "~7.0.5", "@types/node": "~7.0.5",
@@ -33,8 +33,8 @@
}, },
"nativescript": { "nativescript": {
"platforms": { "platforms": {
"ios": "3.0.0", "ios": "4.0.0",
"android": "3.0.0" "android": "4.0.0"
} }
}, },
"snapshot": { "snapshot": {

View File

@@ -1,6 +1,6 @@
{ {
"name": "tns-platform-declarations", "name": "tns-platform-declarations",
"version": "4.0.0", "version": "4.1.0",
"description": "Platform-specific TypeScript declarations for NativeScript for accessing native objects", "description": "Platform-specific TypeScript declarations for NativeScript for accessing native objects",
"main": "", "main": "",
"scripts": { "scripts": {