Skip to content

Commit

Permalink
Merge pull request #1714 from usablica/v6
Browse files Browse the repository at this point in the history
release: v6
  • Loading branch information
afshinm authored Jul 10, 2022
2 parents edcd7a0 + 6813993 commit 6c76bae
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion component.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "intro.js",
"repo": "usablica/intro.js",
"description": "Lightweight, user-friendly onboarding tour library",
"version": "5.1.0",
"version": "6.0.0",
"main": "intro.js",
"scripts": [
"intro.js"
Expand Down
4 changes: 2 additions & 2 deletions example/multi-page/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,9 @@ <h4>Section Six</h4>
<script type="text/javascript" src="../../dist/intro.js"></script>
<script type="text/javascript">
document.getElementById('startButton').onclick = function() {
introJs().setOption('doneLabel', 'Next page').start().oncomplete(function() {
introJs().setOption('doneLabel', 'Next page').oncomplete(function() {
window.location.href = 'second.html?multipage=true';
});
}).start();
};
</script>
</body>
Expand Down
2 changes: 1 addition & 1 deletion license.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ If you want to use Intro.js for a commercial application, theme or plugin the co

### Open-source license

Copyright (C) 2012-2021 Afshin Mehrabani ([email protected])
Copyright (C) 2012-2022 Afshin Mehrabani ([email protected])

### GNU AFFERO GENERAL PUBLIC LICENSE

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "intro.js",
"version": "5.1.0",
"version": "6.0.0",
"description": "User Onboarding and Product Walkthrough Library",
"keywords": [
"onboarding",
Expand Down

0 comments on commit 6c76bae

Please sign in to comment.