Skip to content

Commit dbf5405

Browse files
committed
fix version number
1 parent 73ade25 commit dbf5405

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

61 files changed

+132
-132
lines changed

README.md

+4-4
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/vv4.0.0-beta.2.zip)
41+
- [Download the latest release.](https://github.com/twbs/bootstrap/archive/v4.0.0-beta.2.zip)
4242
- Clone the repo: `git clone https://github.com/twbs/bootstrap.git`
43-
- Install with [npm](https://www.npmjs.com/): `npm install bootstrap@v4.0.0-beta.2`
44-
- Install with [yarn](https://yarnpkg.com/): `yarn add bootstrap@v4.0.0-beta.2`
45-
- Install with [Composer](https://getcomposer.org/): `composer require twbs/bootstrap:v4.0.0-beta.2`
43+
- Install with [npm](https://www.npmjs.com/): `npm install bootstrap@4.0.0-beta.2`
44+
- Install with [yarn](https://yarnpkg.com/): `yarn add bootstrap@4.0.0-beta.2`
45+
- Install with [Composer](https://getcomposer.org/): `composer require twbs/bootstrap:4.0.0-beta.2`
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/getting-started/) for information on the framework contents, templates and examples, and more.

_config.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ social_image_path: /assets/brand/bootstrap-social.png
4949
social_logo_path: /assets/brand/bootstrap-social-logo.png
5050

5151
# Custom variables
52-
current_version: v4.0.0-beta.2
52+
current_version: 4.0.0-beta.2
5353
docs_version: 4.0
5454
repo: "https://github.com/twbs/bootstrap"
5555
slack: "https://bootstrap-slack.herokuapp.com"
@@ -59,14 +59,14 @@ jobs: "https://jobs.getbootstrap.com"
5959
themes: "https://themes.getbootstrap.com"
6060

6161
download:
62-
source: "https://github.com/twbs/bootstrap/archive/vv4.0.0-beta.2.zip"
63-
dist: "https://github.com/twbs/bootstrap/releases/download/vv4.0.0-beta.2/bootstrap-v4.0.0-beta.2-dist.zip"
62+
source: "https://github.com/twbs/bootstrap/archive/v4.0.0-beta.2.zip"
63+
dist: "https://github.com/twbs/bootstrap/releases/download/v4.0.0-beta.2/bootstrap-4.0.0-beta.2-dist.zip"
6464

6565
cdn:
6666
# See https://www.srihash.org for info on how to generate the hashes
67-
css: "https://maxcdn.bootstrapcdn.com/bootstrap/v4.0.0-beta.2/css/bootstrap.min.css"
67+
css: "https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta.2/css/bootstrap.min.css"
6868
css_hash: "sha384-UokYarq1ZLvzDjHN2ysZLIgutCgszDPDN4lWSG2Lw7vY3nm4J8n7Sp1EATIQf3sU"
69-
js: "https://maxcdn.bootstrapcdn.com/bootstrap/v4.0.0-beta.2/js/bootstrap.min.js"
69+
js: "https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta.2/js/bootstrap.min.js"
7070
js_hash: "sha384-wBadoeoMT80oCr1sichrQjvtRRzeLB57SwIqr/6Daho5Ue3bwd1Mw0R0RinUgyzB"
7171
jquery: "https://code.jquery.com/jquery-3.2.1.slim.min.js"
7272
jquery_hash: "sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN"

dist/css/bootstrap-grid.css

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/css/bootstrap-grid.css.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/css/bootstrap-grid.min.css

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/css/bootstrap-grid.min.css.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/css/bootstrap-reboot.css

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/css/bootstrap-reboot.css.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/css/bootstrap-reboot.min.css

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/css/bootstrap-reboot.min.css.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/css/bootstrap.css

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/css/bootstrap.css.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/css/bootstrap.min.css

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/css/bootstrap.min.css.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/js/bootstrap.bundle.js

+22-22
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/js/bootstrap.bundle.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/js/bootstrap.bundle.min.js

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/js/bootstrap.bundle.min.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)