Skip to content

Commit

Permalink
v2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
afshinm committed Dec 11, 2016
1 parent 61deb11 commit 1016696
Show file tree
Hide file tree
Showing 6 changed files with 46 additions and 39 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Intro.js v2.3.0
# Intro.js v2.4.0

> Better introductions for websites and features with a step-by-step guide for your projects.
Expand Down Expand Up @@ -83,7 +83,6 @@ Want to learn faster and easier? Here we have **Instant IntroJs**, Packt Publish


## Support/Discussion
- [Google Group](https://groups.google.com/d/forum/introjs)
- [Stackoverflow](http://stackoverflow.com/questions/tagged/intro.js)

## License
Expand Down
7 changes: 7 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
## Release History

* **v2.4.0** - 2016-12-11
- New documentation
- New template: Modern
- Added showHint and showHints
- Added Dart and R wrappers
- Minor bug fixes and coding style issues

* **v2.3.0** - 2016-07-01
- Fixing the conflict with Bootstrap 3
- Adding two new options to hide next and previous button in first and last steps
Expand Down
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": "Better introductions for websites and features with a step-by-step guide for your projects",
"version": "2.3.0",
"version": "2.4.0",
"main": "intro.js",
"scripts": [
"intro.js"
Expand Down
4 changes: 2 additions & 2 deletions intro.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Intro.js v2.3.0
* Intro.js v2.4.0
* https://github.com/usablica/intro.js
*
* Copyright (C) 2016 Afshin Mehrabani (@afshinmeh)
Expand All @@ -18,7 +18,7 @@
}
} (this, function (exports) {
//Default config/variables
var VERSION = '2.3.0';
var VERSION = '2.4.0';

/**
* IntroJs main class
Expand Down
Loading

0 comments on commit 1016696

Please sign in to comment.