From: Ed Morley <501702+edmorley@users.noreply.github.com> Date: Sat, 3 Mar 2018 01:36:31 +0000 (+0000) Subject: Fix leftover reference to v4.0.0-alpha.6 X-Git-Tag: v4.1.0~91 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b33316dba3ce7ab8dc2c99d4ba17c700c3f4da74;p=thirdparty%2Fbootstrap.git Fix leftover reference to v4.0.0-alpha.6 Running `./build/change-version.js v4.0.0-alpha.6 v4.0.0` fixed this, so the version change script works fine. I'm presuming instead this change was just omitted from 35f80bb12e4e, and then wouldn't have been caught by subsequent runs of `change-version`, since it only ever replaces the exact old version string specified. --- diff --git a/js/src/index.js b/js/src/index.js index db504319c0..d29d1654df 100644 --- a/js/src/index.js +++ b/js/src/index.js @@ -13,7 +13,7 @@ import Util from './util' /** * -------------------------------------------------------------------------- - * Bootstrap (v4.0.0-alpha.6): index.js + * Bootstrap (v4.0.0): index.js * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) * -------------------------------------------------------------------------- */