Skip to content

Commit 55ba867

Browse files
committed
release: 3.3.0
1 parent 1b3df4e commit 55ba867

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": "3.2.1",
5+
"version": "3.3.0",
66
"main": "intro.js",
77
"scripts": [
88
"intro.js"

license.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## License
22

3-
We changed Intro.js's license and added commercial license to be able to provide better support, features and versions. If you are using Intro.js for a commercial project, you would need to get a commercial license at [introjs.com](http://introjs.com/#commercial).
3+
We added commercial license to be able to provide better support, features and versions. If you are using Intro.js for a commercial project, you would need to get a commercial license at [introjs.com](http://introjs.com/#commercial).
44

55
However, if you are using Intro.js version older than v2.0.0, you don't need to obtain a commercial license.
66

@@ -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-2020 Afshin Mehrabani ([email protected])
13+
> Copyright (C) 2012-2021 Afshin Mehrabani ([email protected])
1414
1515
GNU AFFERO GENERAL PUBLIC LICENSE
1616
Version 3, 19 November 2007

package-lock.json

Lines changed: 1 addition & 1 deletion
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": "3.2.1",
3+
"version": "3.3.0",
44
"description": "Lightweight, user-friendly onboarding tour library",
55
"keywords": [
66
"onboarding",

rollup.config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ const outputPath = './dist';
1717

1818
const banner = `/*!
1919
* Intro.js v${version}
20-
* https://github.com/usablica/intro.js
20+
* https://introjs.com
2121
*
22-
* Copyright (C) 2017-2020 Afshin Mehrabani (@afshinmeh).
22+
* Copyright (C) 2012-2021 Afshin Mehrabani (@afshinmeh).
2323
* https://raw.githubusercontent.com/usablica/intro.js/master/license.md
2424
*
2525
* Date: ${new Date().toUTCString()}

0 commit comments

Comments
 (0)