Skip to content

Commit 175b7a0

Browse files
committed
Change version to v0.7.0
1 parent 4abcd02 commit 175b7a0

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.6.0
2+
* Intro.js v0.7.0
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 = '0.6.0';
22+
var VERSION = '0.7.0';
2323

2424
/**
2525
* IntroJs main class

0 commit comments

Comments
 (0)