Skip to content

Commit d975812

Browse files
committed
Change version number
1 parent 8207015 commit d975812

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
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.1.0
2+
* Intro.js v0.2.0
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.1.0";
12+
var VERSION = "0.2.0";
1313

1414
/**
1515
* IntroJs main class

0 commit comments

Comments
 (0)