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

Commit 718d5d1

Browse files
committed
v3.0.1
fixes nested routing initialization
1 parent 920df31 commit 718d5d1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

bower.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"name": "ko-component-router",
3+
"version": "3.0.1",
34
"description": "Component-based routing for KnockoutJS",
45
"main": "dist/ko-component-router.js",
56
"authors": [
@@ -26,6 +27,5 @@
2627
"bower_components",
2728
"test",
2829
"tests"
29-
],
30-
"version": "3.0.0"
30+
]
3131
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ko-component-router",
3-
"version": "3.0.0",
3+
"version": "3.0.1",
44
"description": "Component-based routing for KnockoutJS",
55
"homepage": "https://github.com/caseyWebb/ko-component-router",
66
"bugs": {

0 commit comments

Comments
 (0)