docs(version): fix the version number on the docs homepage

This commit is contained in:
Naomi Black 2016-10-03 18:22:47 -07:00
parent 37af86f6cf
commit b6e5dc9eec
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@
"title": "Angular Docs", "title": "Angular Docs",
"subtitle": "JavaScript", "subtitle": "JavaScript",
"menuTitle": "Docs Home", "menuTitle": "Docs Home",
"banner": "Angular release is <b>2.0.0</b>. View the <a href='https://github.com/angular/angular/blob/master/CHANGELOG.md' target='_blank'>change log</a> to see enhancements, fixes, and breaking changes." "banner": "Angular release is <b>2.0</b>. View the <a href='https://github.com/angular/angular/blob/master/CHANGELOG.md' target='_blank'>change log</a> to see enhancements, fixes, and breaking changes."
}, },
"quickstart": { "quickstart": {

View File

@ -4,7 +4,7 @@
"title": "Angular Docs", "title": "Angular Docs",
"subtitle": "TypeScript", "subtitle": "TypeScript",
"menuTitle": "Docs Home", "menuTitle": "Docs Home",
"banner": "Angular release is <b>2.0.0</b>. View the <a href='https://github.com/angular/angular/blob/master/CHANGELOG.md' target='_blank'>change log</a> to see enhancements, fixes, and breaking changes." "banner": "Angular release is <b>2.0</b>. View the <a href='https://github.com/angular/angular/blob/master/CHANGELOG.md' target='_blank'>change log</a> to see enhancements, fixes, and breaking changes."
}, },
"cli-quickstart": { "cli-quickstart": {