Skip to content

Commit 845ff9a

Browse files
committed
27a4d0c docs(changelog): update change log to beta.13
1 parent 804b2f4 commit 845ff9a

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

BUILD_INFO

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
Thu Mar 31 00:14:32 UTC 2016
2-
90c87fa6ad4da8ae32b66c42349e54981ec57429
1+
Thu Mar 31 01:21:18 UTC 2016
2+
27a4d0ce111fbafb2dacb39a741d23787ac7abad

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular2",
3-
"version": "2.0.0-beta.12",
3+
"version": "2.0.0-beta.13",
44
"description": "Angular 2 - a web framework for modern web apps",
55
"homepage": "https://github.com/angular/angular",
66
"bugs": "https://github.com/angular/angular/issues",

src/http/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ngHttp",
3-
"version": "2.0.0-beta.12",
3+
"version": "2.0.0-beta.13",
44
"description": "Http module for Angular 2",
55
"homepage": "https://github.com/angular/angular",
66
"bugs": "https://github.com/angular/angular/issues",
@@ -9,7 +9,7 @@
99
"repository": {"type":"git","url":"https://github.com/angular/angular.git"},
1010
"devDependencies": {},
1111
"peerDependencies": {
12-
"angular2": "2.0.0-beta.12",
12+
"angular2": "2.0.0-beta.13",
1313
"rxjs": "5.0.0-beta.2"
1414
}
1515
}

0 commit comments

Comments
 (0)