Skip to content

Commit b1e5ef2

Browse files
committed
change version number + fix the issue with js minify
1 parent 78496f3 commit b1e5ef2

File tree

3 files changed

+47
-38
lines changed

3 files changed

+47
-38
lines changed

intro.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Intro.js v1.1.1
2+
* Intro.js v2.0
33
* https://github.com/usablica/intro.js
44
* MIT licensed
55
*
@@ -19,7 +19,7 @@
1919
}
2020
} (this, function (exports) {
2121
//Default config/variables
22-
var VERSION = '1.1.1';
22+
var VERSION = '2.0';
2323

2424
/**
2525
* IntroJs main class
@@ -70,7 +70,7 @@
7070
/* Default hint position */
7171
hintPosition: 'top',
7272
/* Hint button label */
73-
hintButtonLabel: 'Got it',
73+
hintButtonLabel: 'Got it'
7474
};
7575
}
7676

0 commit comments

Comments
 (0)