diff options
| author | Mark Otto <[email protected]> | 2012-11-30 22:30:50 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-11-30 22:30:50 -0800 |
| commit | 98b0d475ae9db023cc22b011388f1bea1c88c537 (patch) | |
| tree | 30f99bbb95c47e180c0e70607ddba9770be3afab /docs/templates | |
| parent | 094710565693af887ca85324bd5251846bd1708a (diff) | |
| download | bootstrap-98b0d475ae9db023cc22b011388f1bea1c88c537.tar.xz bootstrap-98b0d475ae9db023cc22b011388f1bea1c88c537.zip | |
version bump to 3.0
Diffstat (limited to 'docs/templates')
| -rw-r--r-- | docs/templates/pages/index.mustache | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/templates/pages/index.mustache b/docs/templates/pages/index.mustache index 50ec7be15..fb34fc006 100644 --- a/docs/templates/pages/index.mustache +++ b/docs/templates/pages/index.mustache @@ -3,7 +3,7 @@ <h1>{{_i}}Bootstrap{{/i}}</h1> <p>{{_i}}Sleek, intuitive, and powerful front-end framework for faster and easier web development.{{/i}}</p> <p> - <a href="assets/bootstrap.zip" class="btn btn-primary btn-large" {{#production}}onclick="_gaq.push(['_trackEvent', 'Jumbotron actions', 'Download', 'Download 2.2.2']);"{{/production}}>{{_i}}Download Bootstrap{{/i}}</a> + <a href="assets/bootstrap.zip" class="btn btn-primary btn-large" {{#production}}onclick="_gaq.push(['_trackEvent', 'Jumbotron actions', 'Download', 'Download 3.0.0']);"{{/production}}>{{_i}}Download Bootstrap{{/i}}</a> </p> <ul class="masthead-links"> <li> @@ -16,7 +16,7 @@ <a href="./extend.html" {{#production}}onclick="_gaq.push(['_trackEvent', 'Jumbotron actions', 'Jumbotron links', 'Extend']);"{{/production}}>{{_i}}Extend{{/i}}</a> </li> <li> - {{_i}}Version 2.2.2{{/i}} + {{_i}}Version 3.0.0{{/i}} </li> </ul> </div> |
