Skip to content
This repository was archived by the owner on Dec 4, 2017. It is now read-only.

Commit 2379e8b

Browse files
Foxandxssnaomiblack
authored andcommitted
update plunkers versions
1 parent 6a34dce commit 2379e8b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

public/docs/_examples/systemjs.config.plunker.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
*/
66
(function(global) {
77

8-
var ngVer = '@2.0.0-rc.3'; // lock in the angular package version; do not let it float to current!
9-
var routerVer = '@3.0.0-alpha.7'; // lock router version
10-
var formsVer = '@0.1.1'; // lock forms version
8+
var ngVer = '@2.0.0-rc.4'; // lock in the angular package version; do not let it float to current!
9+
var routerVer = '@3.0.0-alpha.8'; // lock router version
10+
var formsVer = '@0.2.0'; // lock forms version
1111
var routerDeprecatedVer = '@2.0.0-rc.2'; // temporarily until we update all the guides
1212

1313
//map tells the System loader where to look for things

0 commit comments

Comments
 (0)