From b6e5dc9eece3049793a2ad9cab2ae60eaa83e4df Mon Sep 17 00:00:00 2001 From: Naomi Black Date: Mon, 3 Oct 2016 18:22:47 -0700 Subject: [PATCH] docs(version): fix the version number on the docs homepage --- public/docs/js/latest/_data.json | 2 +- public/docs/ts/latest/_data.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/public/docs/js/latest/_data.json b/public/docs/js/latest/_data.json index 67e96e2f7f..98d3125fbf 100644 --- a/public/docs/js/latest/_data.json +++ b/public/docs/js/latest/_data.json @@ -4,7 +4,7 @@ "title": "Angular Docs", "subtitle": "JavaScript", "menuTitle": "Docs Home", - "banner": "Angular release is 2.0.0. View the change log to see enhancements, fixes, and breaking changes." + "banner": "Angular release is 2.0. View the change log to see enhancements, fixes, and breaking changes." }, "quickstart": { diff --git a/public/docs/ts/latest/_data.json b/public/docs/ts/latest/_data.json index 93bfe769c4..e58052030e 100644 --- a/public/docs/ts/latest/_data.json +++ b/public/docs/ts/latest/_data.json @@ -4,7 +4,7 @@ "title": "Angular Docs", "subtitle": "TypeScript", "menuTitle": "Docs Home", - "banner": "Angular release is 2.0.0. View the change log to see enhancements, fixes, and breaking changes." + "banner": "Angular release is 2.0. View the change log to see enhancements, fixes, and breaking changes." }, "cli-quickstart": {