From 77c3ea8dc30847721006743c25a0f2d7ca1bf6e7 Mon Sep 17 00:00:00 2001 From: dtopuzov Date: Mon, 22 May 2017 11:12:55 +0300 Subject: [PATCH] Update versions --- tns-core-modules/package.json | 4 ++-- tns-platform-declarations/package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/tns-core-modules/package.json b/tns-core-modules/package.json index a2395d0d5..6bfdf1ac9 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.1.0", + "version": "3.0.1", "homepage": "https://www.nativescript.org", "repository": { "type": "git", @@ -24,7 +24,7 @@ "license": "Apache-2.0", "typings": "tns-core-modules.d.ts", "dependencies": { - "tns-core-modules-widgets": "next" + "tns-core-modules-widgets": "3.0.1" }, "devDependencies": { "@types/node": "~7.0.5", diff --git a/tns-platform-declarations/package.json b/tns-platform-declarations/package.json index 9d7c75e1f..c1a9acba8 100644 --- a/tns-platform-declarations/package.json +++ b/tns-platform-declarations/package.json @@ -1,6 +1,6 @@ { "name": "tns-platform-declarations", - "version": "3.1.0", + "version": "3.0.1", "description": "Platform-specific TypeScript declarations for NativeScript for accessing native objects", "main": "", "scripts": {