mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-08 06:36:33 +02:00
Prepare v5.0.0-beta1.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
/**
|
||||
* --------------------------------------------------------------------------
|
||||
* Bootstrap (v5.0.0-alpha3): base-component.js
|
||||
* Bootstrap (v5.0.0-beta1): base-component.js
|
||||
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
|
||||
* --------------------------------------------------------------------------
|
||||
*/
|
||||
@@ -13,7 +13,7 @@ import Data from './dom/data'
|
||||
* ------------------------------------------------------------------------
|
||||
*/
|
||||
|
||||
const VERSION = '5.0.0-alpha3'
|
||||
const VERSION = '5.0.0-beta1'
|
||||
|
||||
class BaseComponent {
|
||||
constructor(element) {
|
||||
|
Reference in New Issue
Block a user