Skip to content

Commit 8cba399

Browse files
committed
v2.2.0 🚀
1 parent 57751b5 commit 8cba399

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Intro.js v2.2
1+
# Intro.js v2.2.0
22

33
> Better introductions for websites and features with a step-by-step guide for your projects.
44

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": "Better introductions for websites and features with a step-by-step guide for your projects",
5-
"version": "2.1.0",
5+
"version": "2.2.0",
66
"main": "intro.js",
77
"scripts": [
88
"intro.js"

intro.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Intro.js v2.1.0
2+
* Intro.js v2.2.0
33
* https://github.com/usablica/intro.js
44
*
55
* Copyright (C) 2016 Afshin Mehrabani (@afshinmeh)
@@ -18,7 +18,7 @@
1818
}
1919
} (this, function (exports) {
2020
//Default config/variables
21-
var VERSION = '2.1.0';
21+
var VERSION = '2.2.0';
2222

2323
/**
2424
* IntroJs main class

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "intro.js",
33
"description": "Better introductions for websites and features with a step-by-step guide for your projects",
4-
"version": "2.1.0",
4+
"version": "2.2.0",
55
"author": "Afshin Mehrabani <[email protected]>",
66
"repository": {
77
"type": "git",

0 commit comments

Comments
 (0)