aboutsummaryrefslogtreecommitdiff
path: root/js/src/alert.js
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2017-08-10 20:56:35 -0700
committerMark Otto <[email protected]>2017-08-10 20:56:35 -0700
commit35f80bb12e4e71fd777ee60ffa43711d8f84b1a6 (patch)
tree6bae956ad20eae14a971ad22956102401c852571 /js/src/alert.js
parent17232b2db4edb820434d3120b3cadb642301943f (diff)
downloadbootstrap-4.0.0-beta.tar.xz
bootstrap-4.0.0-beta.zip
bump to betav4.0.0-beta
Diffstat (limited to 'js/src/alert.js')
-rw-r--r--js/src/alert.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/js/src/alert.js b/js/src/alert.js
index b30d0d3a0..b6b9336af 100644
--- a/js/src/alert.js
+++ b/js/src/alert.js
@@ -3,7 +3,7 @@ import Util from './util'
/**
* --------------------------------------------------------------------------
- * Bootstrap (v4.0.0-alpha.6): alert.js
+ * Bootstrap (v4.0.0-beta): alert.js
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
* --------------------------------------------------------------------------
*/
@@ -18,7 +18,7 @@ const Alert = (($) => {
*/
const NAME = 'alert'
- const VERSION = '4.0.0-alpha.6'
+ const VERSION = '4.0.0-beta'
const DATA_KEY = 'bs.alert'
const EVENT_KEY = `.${DATA_KEY}`
const DATA_API_KEY = '.data-api'