Skip to content

Commit 0b6a1f9

Browse files
committed
chore: update component version
1 parent 0de0989 commit 0b6a1f9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

js/src/loading-button.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
* --------------------------------------------------------------------------
3-
* CoreUI (v3.4.0): loading-button.js
4-
* Licensed under MIT (https://coreui.io/license)
3+
* CoreUI PRO (v3.4.0): loading-button.js
4+
* Licens (https://coreui.io/pro/license)
55
* --------------------------------------------------------------------------
66
*/
77

@@ -23,7 +23,7 @@ import Manipulator from './dom/manipulator'
2323
*/
2424

2525
const NAME = 'loading-button'
26-
const VERSION = '3.4.0'
26+
const VERSION = '3.4.0-alpha.0'
2727
const DATA_KEY = 'coreui.loading-button'
2828
const EVENT_KEY = `.${DATA_KEY}`
2929
const DATA_API_KEY = '.data-api'

0 commit comments

Comments
 (0)