diff options
| author | XhmikosR <[email protected]> | 2019-02-15 11:58:41 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2019-02-15 11:58:41 +0200 |
| commit | 9baf8537a7ee447035eae65270671a4cf1fc0549 (patch) | |
| tree | 03f8e2c0bff2585615a5f293f520e6c42f10c653 | |
| parent | ff29c1224c20b8fcf2d1e7c28426470f1dc3e40d (diff) | |
| download | bootstrap-9baf8537a7ee447035eae65270671a4cf1fc0549.tar.xz bootstrap-9baf8537a7ee447035eae65270671a4cf1fc0549.zip | |
Replace `v4-dev` with `master` after the branch change. (#28272)
| -rw-r--r-- | README.md | 8 | ||||
| -rwxr-xr-x | build/ship.sh | 2 |
2 files changed, 5 insertions, 5 deletions
@@ -54,7 +54,7 @@ Read the [Getting started page](https://getbootstrap.com/docs/4.3/getting-starte ## Status [](https://bootstrap-slack.herokuapp.com/) -[](https://travis-ci.org/twbs/bootstrap) +[](https://travis-ci.org/twbs/bootstrap) [](https://www.npmjs.com/package/bootstrap) [](https://rubygems.org/gems/bootstrap) [](https://atmospherejs.com/twbs/bootstrap) @@ -62,9 +62,9 @@ Read the [Getting started page](https://getbootstrap.com/docs/4.3/getting-starte [](https://www.nuget.org/packages/bootstrap/absoluteLatest) [](https://david-dm.org/twbs/bootstrap?type=peer) [](https://david-dm.org/twbs/bootstrap?type=dev) -[](https://coveralls.io/github/twbs/bootstrap?branch=v4-dev) -[](https://github.com/twbs/bootstrap/tree/v4-dev/dist/css/bootstrap.min.css) -[](https://github.com/twbs/bootstrap/tree/v4-dev/dist/js/bootstrap.min.js) +[](https://coveralls.io/github/twbs/bootstrap?branch=master) +[](https://github.com/twbs/bootstrap/tree/master/dist/css/bootstrap.min.css) +[](https://github.com/twbs/bootstrap/tree/master/dist/js/bootstrap.min.js) [](https://www.browserstack.com/automate/public-build/SkxZcStBeExEdVJqQ2hWYnlWckpkNmNEY213SFp6WHFETWk2bGFuY3pCbz0tLXhqbHJsVlZhQnRBdEpod3NLSDMzaHc9PQ==--3d0b75245708616eb93113221beece33e680b229) [](#backers) [](#sponsors) diff --git a/build/ship.sh b/build/ship.sh index 289284383..acce9b922 100755 --- a/build/ship.sh +++ b/build/ship.sh @@ -26,7 +26,7 @@ fi printf "\n%s=======================================================%s" $magenta $end printf "\n%sPulling latest changes...%s" $magenta $end printf "\n%s=======================================================\n\n%s" $magenta $end -git pull origin v4-dev +git pull origin master # Update version number printf "\n%s=======================================================%s" $magenta $end |
