@@ -51,8 +51,8 @@ social_image_path: /assets/brand/bootstrap-social.png
|
51 | 51 | social_logo_path: /assets/brand/bootstrap-social-logo.png |
52 | 52 | |
53 | 53 | # Custom variables |
54 | | -current_version: 4.0.0-beta.3 |
55 | | -current_ruby_version: 4.0.0.beta3 |
| 54 | +current_version: 4.0.0 |
| 55 | +current_ruby_version: 4.0.0 |
56 | 56 | docs_version: 4.0 |
57 | 57 | repo: "https://github.com/twbs/bootstrap" |
58 | 58 | slack: "https://bootstrap-slack.herokuapp.com" |
@@ -62,15 +62,15 @@ jobs: "https://jobs.getbootstrap.com"
|
62 | 62 | themes: "https://themes.getbootstrap.com" |
63 | 63 | |
64 | 64 | download: |
65 | | -source: "https://github.com/twbs/bootstrap/archive/v4.0.0-beta.3.zip" |
66 | | -dist: "https://github.com/twbs/bootstrap/releases/download/v4.0.0-beta.3/bootstrap-4.0.0-beta.3-dist.zip" |
| 65 | +source: "https://github.com/twbs/bootstrap/archive/v4.0.0.zip" |
| 66 | +dist: "https://github.com/twbs/bootstrap/releases/download/v4.0.0/bootstrap-4.0.0-dist.zip" |
67 | 67 | |
68 | 68 | cdn: |
69 | 69 | # See https://www.srihash.org for info on how to generate the hashes |
70 | | -css: "https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta.3/css/bootstrap.min.css" |
71 | | -css_hash: "sha384-Zug+QiDoJOrZ5t4lssLdxGhVrurbmBWopoEl+M6BdEfwnCJZtKxi1KgxUyJq13dy" |
72 | | -js: "https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta.3/js/bootstrap.min.js" |
73 | | -js_hash: "sha384-a5N7Y/aK3qNeh15eJKGWxsqtnX/wWdSZSKp+81YjTmS15nvnvxKHuzaWwXHDli+4" |
| 70 | +css: "https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" |
| 71 | +css_hash: "sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" |
| 72 | +js: "https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js" |
| 73 | +js_hash: "sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl" |
74 | 74 | jquery: "https://code.jquery.com/jquery-3.2.1.slim.min.js" |
75 | 75 | jquery_hash: "sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN" |
76 | 76 | popper: "https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js" |
|