Skip to content

Commit 2a9774f

Browse files
committed
change version + add minified version
1 parent 7e90b7c commit 2a9774f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

intro.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Intro.js v0.2.0
2+
* Intro.js v0.2.1
33
* https://github.com/usablica/intro.js
44
* MIT licensed
55
*
@@ -9,7 +9,7 @@
99
(function () {
1010

1111
//Default config/variables
12-
var VERSION = "0.2.0";
12+
var VERSION = "0.2.1";
1313

1414
/**
1515
* 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.

0 commit comments

Comments
 (0)