diff options
| author | Mark Otto <[email protected]> | 2014-06-26 09:13:24 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2014-06-26 09:13:24 -0700 |
| commit | ff6b279b3cd37e7e4e6bd93535afd016f6957afc (patch) | |
| tree | 151865f44db5b3f52a0a98e98598af5a73658ea9 /_config.yml | |
| parent | 1de2f68bdcecd9a1e19548fe9152ead1b5e1bad4 (diff) | |
| download | bootstrap-ff6b279b3cd37e7e4e6bd93535afd016f6957afc.tar.xz bootstrap-ff6b279b3cd37e7e4e6bd93535afd016f6957afc.zip | |
bump to v3.2.0
Diffstat (limited to '_config.yml')
| -rw-r--r-- | _config.yml | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/_config.yml b/_config.yml index d1003a810..a0ff275b7 100644 --- a/_config.yml +++ b/_config.yml @@ -15,19 +15,19 @@ url: http://getbootstrap.com encoding: UTF-8 # Custom vars -current_version: 3.1.1 +current_version: 3.2.0 repo: https://github.com/twbs/bootstrap sass_repo: https://github.com/twbs/bootstrap-sass download: - source: https://github.com/twbs/bootstrap/archive/v3.1.1.zip - dist: https://github.com/twbs/bootstrap/releases/download/v3.1.1/bootstrap-3.1.1-dist.zip - sass: https://github.com/twbs/bootstrap-sass/archive/v3.1.1.tar.gz + source: https://github.com/twbs/bootstrap/archive/v3.2.0.zip + dist: https://github.com/twbs/bootstrap/releases/download/v3.2.0/bootstrap-3.2.0-dist.zip + sass: https://github.com/twbs/bootstrap-sass/archive/v3.2.0.tar.gz blog: http://blog.getbootstrap.com expo: http://expo.getbootstrap.com cdn: - css: //netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.min.css - css_theme: //netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap-theme.min.css - js: //netdna.bootstrapcdn.com/bootstrap/3.1.1/js/bootstrap.min.js + css: //netdna.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css + css_theme: //netdna.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap-theme.min.css + js: //netdna.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js |
