From d24faabea07680bc61d36e0e9cafb2670ff9d94c Mon Sep 17 00:00:00 2001 From: vchimev <Vasil.Chimev@telerik.com> Date: Wed, 19 Apr 2017 08:21:54 +0300 Subject: [PATCH] Bump version to 3.1.0 --- nativescript-angular/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nativescript-angular/package.json b/nativescript-angular/package.json index 3ca872dc1..f35d2e2f8 100644 --- a/nativescript-angular/package.json +++ b/nativescript-angular/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "nativescript-angular", - "version": "3.0.0", + "version": "3.1.0", "description": "An Angular renderer that lets you build mobile apps with NativeScript.", "homepage": "https://www.nativescript.org/", "bugs": "https://github.com/NativeScript/nativescript-angular/issues", @@ -51,7 +51,7 @@ "@angular/router": "~4.0.0", "@angular/forms": "~4.0.0", "@angular/http": "~4.0.0", - "tns-core-modules": "^3.0.0 || ^3.0.0-rc.1 || >=3.0.0-2017", + "tns-core-modules": "^3.0.0 || ^3.0.0-rc.1", "rxjs": "^5.0.1", "zone.js": "^0.8.4" },