chore: bump version to 4.0.0 (#5148)

This commit is contained in:
Vasil Chimev
2017-12-08 13:07:18 +02:00
committed by GitHub
parent f04b5eecd5
commit 699e6f5da8
2 changed files with 7 additions and 8 deletions

View File

@@ -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"]
}
}
}

View File

@@ -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",