Browse Source

Update index.js

Dirk Brinkmeier 6 years ago
parent
commit
f067f85a39
1 changed files with 4 additions and 0 deletions
  1. 4 0
      src/constants/index.js

+ 4 - 0
src/constants/index.js

@@ -1,3 +1,5 @@
+const VERSION = '1.14.2';
+
 let bootstrapVersion = 4
 try {
   const rawVersion = $.fn.dropdown.Constructor.VERSION
@@ -401,6 +403,8 @@ const EVENTS = {
 Object.assign(DEFAULTS, EN)
 
 export default {
+  VERSION, 
+  
   THEME: `bootstrap${bootstrapVersion}`,
 
   CONSTANTS,