Skip to content

Commit 7aa30dd

Browse files
committed
bumped version number
1 parent 6ff8929 commit 7aa30dd

6 files changed

+6
-6
lines changed

bower.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "typed.js",
3-
"version": "2.0.5",
3+
"version": "2.0.6",
44
"homepage": "https://github.com/mattboldt/typed.js",
55
"authors": [
66
"Matt Boldt <[email protected]>"

gulpfile.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ gulp.task('html-docs', () => {
4747
return gulp.src('./src/*.js')
4848
.pipe(gulpDocumentation('html'), {}, {
4949
name: 'Typed.js Docs',
50-
version: '2.0.5'
50+
version: '2.0.6'
5151
})
5252
.pipe(gulp.dest('docs'));
5353
});

lib/typed.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
*
33
* typed.js - A JavaScript Typing Animation Library
44
* Author: Matt Boldt <[email protected]>
5-
* Version: v2.0.5
5+
* Version: v2.0.6
66
* Url: https://github.com/mattboldt/typed.js
77
* License(s): MIT
88
*

lib/typed.min.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/typed.min.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "typed.js",
3-
"version": "2.0.5",
3+
"version": "2.0.6",
44
"homepage": "https://github.com/mattboldt/typed.js",
55
"repository": "https://github.com/mattboldt/typed.js",
66
"license": "MIT",

0 commit comments

Comments
 (0)