Bump version to 4.0.0 · twbs/bootstrap@48d7ad9

1 min read Original article ↗

64 files changed

lines changed

Original file line numberDiff line numberDiff line change

@@ -38,11 +38,11 @@

3838
3939

Several quick start options are available:

4040
41-

- [Download the latest release.](https://github.com/twbs/bootstrap/archive/v4.0.0-beta.3.zip)

41+

- [Download the latest release.](https://github.com/twbs/bootstrap/archive/v4.0.0.zip)

4242

- Clone the repo: `git clone https://github.com/twbs/bootstrap.git`

43-

- Install with [npm](https://www.npmjs.com/): `npm install bootstrap@4.0.0-beta.3`

44-

- Install with [yarn](https://yarnpkg.com/): `yarn add bootstrap@4.0.0-beta.3`

45-

- Install with [Composer](https://getcomposer.org/): `composer require twbs/bootstrap:4.0.0-beta.3`

43+

- Install with [npm](https://www.npmjs.com/): `npm install bootstrap`

44+

- Install with [yarn](https://yarnpkg.com/): `yarn add bootstrap@4.0.0`

45+

- Install with [Composer](https://getcomposer.org/): `composer require twbs/bootstrap:4.0.0`

4646

- Install with [NuGet](https://www.nuget.org/): CSS: `Install-Package bootstrap -Pre` Sass: `Install-Package bootstrap.sass -Pre` (`-Pre` is only required until Bootstrap v4 has a stable release).

4747
4848

Read the [Getting started page](https://getbootstrap.com/docs/4.0/getting-started/introduction/) for information on the framework contents, templates and examples, and more.

Original file line numberDiff line numberDiff line change

@@ -51,8 +51,8 @@ social_image_path: /assets/brand/bootstrap-social.png

5151

social_logo_path: /assets/brand/bootstrap-social-logo.png

5252
5353

# 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

5656

docs_version: 4.0

5757

repo: "https://github.com/twbs/bootstrap"

5858

slack: "https://bootstrap-slack.herokuapp.com"

@@ -62,15 +62,15 @@ jobs: "https://jobs.getbootstrap.com"

6262

themes: "https://themes.getbootstrap.com"

6363
6464

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"

6767
6868

cdn:

6969

# 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"

7474

jquery: "https://code.jquery.com/jquery-3.2.1.slim.min.js"

7575

jquery_hash: "sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN"

7676

popper: "https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js"