Skip to content

Commit c7f9b6e

Browse files
committed
change version to 1.1.1
1 parent 2096630 commit c7f9b6e

File tree

5 files changed

+8
-5
lines changed

5 files changed

+8
-5
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -397,6 +397,9 @@ Want to learn faster and easier? Here we have **Instant IntroJs**, Packt Publish
397397

398398
## Release History
399399

400+
* **v1.1.1** - 2015-09-05
401+
- Fix versioning issue
402+
400403
* **v1.1.0** - 2015-09-01
401404
- Fix no interaction bug
402405
- Fix recursion bug with jQuery

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": "1.1.0",
5+
"version": "1.1.1",
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 v1.1.0
2+
* Intro.js v1.1.1
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.0';
22+
var VERSION = '1.1.1';
2323

2424
/**
2525
* IntroJs main class

minified/intro.min.js

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,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": "1.1.0",
4+
"version": "1.1.1",
55
"author": "Afshin Mehrabani <[email protected]>",
66
"repository": {
77
"type": "git",

0 commit comments

Comments
 (0)