From 699e6f5da8ad79f5795e3758365115d681a146c2 Mon Sep 17 00:00:00 2001 From: Vasil Chimev Date: Fri, 8 Dec 2017 13:07:18 +0200 Subject: [PATCH] chore: bump version to 4.0.0 (#5148) --- tns-core-modules/package.json | 7 ++----- tns-platform-declarations/package.json | 8 +++++--- 2 files changed, 7 insertions(+), 8 deletions(-) diff --git a/tns-core-modules/package.json b/tns-core-modules/package.json index b6e2bb1df..9675da85b 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": "3.4.0", + "version": "4.0.0", "homepage": "https://www.nativescript.org", "repository": { "type": "git", @@ -40,10 +40,7 @@ "snapshot": { "android": { "tns-java-classes": { - "modules": [ - "ui/frame/activity", - "ui/frame/fragment" - ] + "modules": ["ui/frame/activity", "ui/frame/fragment"] } } } diff --git a/tns-platform-declarations/package.json b/tns-platform-declarations/package.json index 63c3911c3..7fe6b1b98 100644 --- a/tns-platform-declarations/package.json +++ b/tns-platform-declarations/package.json @@ -1,11 +1,13 @@ { "name": "tns-platform-declarations", - "version": "3.4.0", - "description": "Platform-specific TypeScript declarations for NativeScript for accessing native objects", + "version": "4.0.0", + "description": + "Platform-specific TypeScript declarations for NativeScript for accessing native objects", "main": "", "scripts": { "test": "tsc", - "package-tag": "npm version $npm_package_version-$PACKAGE_VERSION --no-git-tag-version" + "package-tag": + "npm version $npm_package_version-$PACKAGE_VERSION --no-git-tag-version" }, "repository": { "type": "git",