diff options
| author | Mark Otto <[email protected]> | 2012-08-21 13:11:25 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-08-21 13:11:25 -0700 |
| commit | 1c134d9a7f28da89e451ea2c0649c0e3437579bc (patch) | |
| tree | a4d59d27ad3f559b19002834f022767719561861 /docs/templates | |
| parent | b52d29095a781962e621db826fa5bc865b184179 (diff) | |
| download | bootstrap-1c134d9a7f28da89e451ea2c0649c0e3437579bc.tar.xz bootstrap-1c134d9a7f28da89e451ea2c0649c0e3437579bc.zip | |
update version numbers to 2.1.1
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 654a98846..f02b8d505 100644 --- a/docs/templates/pages/index.mustache +++ b/docs/templates/pages/index.mustache @@ -2,11 +2,11 @@ <div class="container"> <h1>Bootstrap</h1> <p>Sleek, intuitive, and powerful front-end framework for faster and easier web development.</p> - <p><a href="assets/bootstrap.zip" class="btn btn-primary btn-large" {{#production}}onclick="_gaq.push(['_trackEvent', 'Jumbotron actions', 'Download', 'Download 2.1.0']);"{{/production}}>{{_i}}Download Bootstrap{{/i}}</a></p> + <p><a href="assets/bootstrap.zip" class="btn btn-primary btn-large" {{#production}}onclick="_gaq.push(['_trackEvent', 'Jumbotron actions', 'Download', 'Download 2.1.1']);"{{/production}}>{{_i}}Download Bootstrap{{/i}}</a></p> <ul class="masthead-links"> <li><a href="http://github.com/twitter/bootstrap" {{#production}}onclick="_gaq.push(['_trackEvent', 'Jumbotron actions', 'Jumbotron links', 'GitHub project']);"{{/production}}>GitHub project</a></li> <li><a href="./extend.html" {{#production}}onclick="_gaq.push(['_trackEvent', 'Jumbotron actions', 'Jumbotron links', 'Extend']);"{{/production}}>Extend</a></li> - <li>Version 2.1.0</li> + <li>Version 2.1.1</li> </ul> </div> </div> |
