Skip to content

Commit 4796305

Browse files
author
vakrilov
committed
Bump version to 0.3.1
1 parent d5d6ec8 commit 4796305

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

nativescript-angular/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"private": true,
33
"name": "nativescript-angular",
4-
"version": "0.3.0",
4+
"version": "0.3.1",
55
"description": "An Angular 2 renderer that lets you build mobile apps with NativeScript.",
66
"homepage": "http://www.telerik.com",
77
"bugs": "http://www.telerik.com",

ng-sample/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@
2323
},
2424
"homepage": "https://github.com/NativeScript/template-hello-world",
2525
"dependencies": {
26-
"tns-core-modules": ">=2.1.0 || >=2.1.0-2016",
27-
"nativescript-angular": "^0.2.0",
26+
"tns-core-modules": "next",
27+
"nativescript-angular": "next",
2828
"nativescript-intl": "^0.0.2",
2929
"@angular/core": "2.0.0-rc.4",
3030
"@angular/common": "2.0.0-rc.4",

tests/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"dependencies": {
2929
"nativescript-unit-test-runner": "^0.3.3",
3030
"tns-core-modules": ">=2.1.0",
31-
"nativescript-angular": "^0.2.0",
31+
"nativescript-angular": "next",
3232
"@angular/core": "2.0.0-rc.4",
3333
"@angular/common": "2.0.0-rc.4",
3434
"@angular/compiler": "2.0.0-rc.4",

0 commit comments

Comments
 (0)