diff options
| author | Mark Otto <[email protected]> | 2016-10-19 08:27:41 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2016-10-19 08:27:41 -0700 |
| commit | 8ff7edaab4f55b6612df3fe670aa9b9ac0984eae (patch) | |
| tree | 79237657dc9b26eec1f4c4ce6e8739115864eb49 /_config.yml | |
| parent | dd22d9925460a06c49a19f5142019a2a30c41119 (diff) | |
| download | bootstrap-8ff7edaab4f55b6612df3fe670aa9b9ac0984eae.tar.xz bootstrap-8ff7edaab4f55b6612df3fe670aa9b9ac0984eae.zip | |
version bump to alpha 5
Diffstat (limited to '_config.yml')
| -rw-r--r-- | _config.yml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/_config.yml b/_config.yml index afd88c7a2..f570ce98e 100644 --- a/_config.yml +++ b/_config.yml @@ -31,13 +31,13 @@ social_logo_path: /assets/brand/bootstrap-social-logo.png social_image_path: /assets/brand/bootstrap-social.png # Custom vars -current_version: 4.0.0-alpha.4 +current_version: 4.0.0-alpha.5 repo: https://github.com/twbs/bootstrap slack: https://bootstrap-slack.herokuapp.com download: - source: https://github.com/twbs/bootstrap/archive/v4.0.0-alpha.4.zip - dist: https://github.com/twbs/bootstrap/releases/download/v4.0.0-alpha.4/bootstrap-4.0.0-alpha.4-dist.zip + source: https://github.com/twbs/bootstrap/archive/v4.0.0-alpha.5.zip + dist: https://github.com/twbs/bootstrap/releases/download/v4.0.0-alpha.5/bootstrap-4.0.0-alpha.5-dist.zip blog: https://blog.getbootstrap.com expo: https://expo.getbootstrap.com @@ -45,9 +45,9 @@ themes: https://themes.getbootstrap.com cdn: # See https://www.srihash.org for info on how to generate the hashes - css: https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-alpha.4/css/bootstrap.min.css + css: https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-alpha.5/css/bootstrap.min.css css_hash: "sha384-2hfp1SzUoho7/TsGGGDaFdsuuDL0LX2hnUp6VkX3CUQ2K4K+xjboZdsXyp4oUHZj" - js: https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-alpha.4/js/bootstrap.min.js + js: https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-alpha.5/js/bootstrap.min.js js_hash: "sha384-VjEeINv9OSwtWFLAtmc4JCtEJXXBub00gtSnszmspDLCtC0I4z4nqz7rEFbIZLLU" jquery: https://ajax.googleapis.com/ajax/libs/jquery/3.1.1/jquery.min.js jquery_hash: "sha384-3ceskX3iaEnIogmQchP8opvBy3Mi7Ce34nWjpBIwVTHfGYWQS9jwHDVRnpKKHJg7" |
