diff options
author | Thomas Park <thomas@thomaspark.me> | 2013-11-06 19:09:50 -0500 |
---|---|---|
committer | Thomas Park <thomas@thomaspark.me> | 2013-11-06 19:09:50 -0500 |
commit | d0d9744b05908932262ea4bc7ce16e679afaf7a1 (patch) | |
tree | ff2407bc55cd7d3b83a46fed7ff23faa97a17b4c /bower_components/bootstrap/_config.yml | |
parent | 22dcd86b5cd5e7d128438867405bdeea42a24ca0 (diff) |
3.0.1 -> 3.0.2
Diffstat (limited to 'bower_components/bootstrap/_config.yml')
-rw-r--r--[-rwxr-xr-x] | bower_components/bootstrap/_config.yml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/bower_components/bootstrap/_config.yml b/bower_components/bootstrap/_config.yml index 4881bac4..0433cf0d 100755..100644 --- a/bower_components/bootstrap/_config.yml +++ b/bower_components/bootstrap/_config.yml @@ -11,15 +11,15 @@ exclude: [".editorconfig", ".gitignore", "bower.json", "composer.json", port: 9001 # Custom vars -current_version: 3.0.1 +current_version: 3.0.2 repo: https://github.com/twbs/bootstrap -download_source: https://github.com/twbs/bootstrap/archive/v3.0.1.zip -download_dist: https://github.com/twbs/bootstrap/releases/download/v3.0.1/bootstrap-3.0.1-dist.zip +download_source: https://github.com/twbs/bootstrap/archive/v3.0.2.zip +download_dist: https://github.com/twbs/bootstrap/releases/download/v3.0.2/bootstrap-3.0.2-dist.zip blog: http://blog.getbootstrap.com expo: http://expo.getbootstrap.com -cdn_css: //netdna.bootstrapcdn.com/bootstrap/3.0.1/css/bootstrap.min.css -cdn_theme_css: //netdna.bootstrapcdn.com/bootstrap/3.0.1/css/bootstrap-theme.min.css -cdn_js: //netdna.bootstrapcdn.com/bootstrap/3.0.1/js/bootstrap.min.js +cdn_css: //netdna.bootstrapcdn.com/bootstrap/3.0.2/css/bootstrap.min.css +cdn_theme_css: //netdna.bootstrapcdn.com/bootstrap/3.0.2/css/bootstrap-theme.min.css +cdn_js: //netdna.bootstrapcdn.com/bootstrap/3.0.2/js/bootstrap.min.js |