Skip to content

Commit 6c76bae

Browse files
authored
Merge pull request #1714 from usablica/v6
release: v6
2 parents edcd7a0 + 6813993 commit 6c76bae

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

component.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "intro.js",
33
"repo": "usablica/intro.js",
44
"description": "Lightweight, user-friendly onboarding tour library",
5-
"version": "5.1.0",
5+
"version": "6.0.0",
66
"main": "intro.js",
77
"scripts": [
88
"intro.js"

example/multi-page/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,9 @@ <h4>Section Six</h4>
6464
<script type="text/javascript" src="../../dist/intro.js"></script>
6565
<script type="text/javascript">
6666
document.getElementById('startButton').onclick = function() {
67-
introJs().setOption('doneLabel', 'Next page').start().oncomplete(function() {
67+
introJs().setOption('doneLabel', 'Next page').oncomplete(function() {
6868
window.location.href = 'second.html?multipage=true';
69-
});
69+
}).start();
7070
};
7171
</script>
7272
</body>

license.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ If you want to use Intro.js for a commercial application, theme or plugin the co
1010

1111
### Open-source license
1212

13-
Copyright (C) 2012-2021 Afshin Mehrabani (afshin.meh@gmail.com)
13+
Copyright (C) 2012-2022 Afshin Mehrabani (afshin.meh@gmail.com)
1414

1515
### GNU AFFERO GENERAL PUBLIC LICENSE
1616

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "intro.js",
3-
"version": "5.1.0",
3+
"version": "6.0.0",
44
"description": "User Onboarding and Product Walkthrough Library",
55
"keywords": [
66
"onboarding",

0 commit comments

Comments
 (0)