diff options
| author | Mark Otto <[email protected]> | 2014-11-12 09:03:16 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2014-11-12 09:03:16 -0800 |
| commit | 9a7e365c2c4360335d25246dac11afb1f577210a (patch) | |
| tree | 8ba68d3af68fe69b28a38dd598449a10aafcc630 /_config.yml | |
| parent | 143c4a2f8fc91513dc656e7bf3f234d21a45f849 (diff) | |
| download | bootstrap-3.3.1.tar.xz bootstrap-3.3.1.zip | |
bump version to v3.3.1v3.3.1
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 a936a3dde..1be38fc14 100644 --- a/_config.yml +++ b/_config.yml @@ -14,19 +14,19 @@ url: http://getbootstrap.com encoding: UTF-8 # Custom vars -current_version: 3.3.0 +current_version: 3.3.1 repo: https://github.com/twbs/bootstrap sass_repo: https://github.com/twbs/bootstrap-sass download: - source: https://github.com/twbs/bootstrap/archive/v3.3.0.zip - dist: https://github.com/twbs/bootstrap/releases/download/v3.3.0/bootstrap-3.3.0-dist.zip - sass: https://github.com/twbs/bootstrap-sass/archive/v3.3.0.tar.gz + source: https://github.com/twbs/bootstrap/archive/v3.3.1.zip + dist: https://github.com/twbs/bootstrap/releases/download/v3.3.1/bootstrap-3.3.1-dist.zip + sass: https://github.com/twbs/bootstrap-sass/archive/v3.3.1.tar.gz blog: http://blog.getbootstrap.com expo: http://expo.getbootstrap.com cdn: - css: https://maxcdn.bootstrapcdn.com/bootstrap/3.3.0/css/bootstrap.min.css - css_theme: https://maxcdn.bootstrapcdn.com/bootstrap/3.3.0/css/bootstrap-theme.min.css - js: https://maxcdn.bootstrapcdn.com/bootstrap/3.3.0/js/bootstrap.min.js + css: https://maxcdn.bootstrapcdn.com/bootstrap/3.3.1/css/bootstrap.min.css + css_theme: https://maxcdn.bootstrapcdn.com/bootstrap/3.3.1/css/bootstrap-theme.min.css + js: https://maxcdn.bootstrapcdn.com/bootstrap/3.3.1/js/bootstrap.min.js |
