Skip to content

Commit

Permalink
chore(all): prepare release 1.0.0-rc.1.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
EisenbergEffect committed Jul 25, 2016
1 parent c97ab2a commit c9850e0
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "aurelia-framework",
"version": "1.0.0-rc.1.0.8",
"version": "1.0.0-rc.1.0.9",
"description": "The aurelia framework brings together all the required core aurelia libraries into a ready-to-go application-building platform.",
"keywords": [
"aurelia",
Expand Down
14 changes: 11 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "aurelia-framework",
"version": "1.0.0-rc.1.0.8",
"version": "1.0.0-rc.1.0.9",
"description": "The aurelia framework brings together all the required core aurelia libraries into a ready-to-go application-building platform.",
"keywords": [
"aurelia",
Expand Down Expand Up @@ -135,11 +135,19 @@
},
{
"title": "JSPM Setup",
"href": "doc/article/en-US/jspm-setup.md"
"href": "doc/article/en-US/setup-jspm.md"
},
{
"title": "JSPM Bundling",
"href": "doc/article/en-US/jspm-bundling.md"
"href": "doc/article/en-US/bundling-jspm.md"
},
{
"title": "Webpack Setup",
"href": "doc/article/en-US/setup-webpack.md"
},
{
"title": "Webpack Bundling",
"href": "doc/article/en-US/bundling-webpack.md"
},
{
"title": "Creating Components",
Expand Down

0 comments on commit c9850e0

Please sign in to comment.