Skip to content

Commit

Permalink
Bumped version number to 2.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
mattboldt committed Jun 13, 2018
1 parent 18071ad commit 6f3c068
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion bower.json
@@ -1,6 +1,6 @@
{
"name": "typed.js",
"version": "2.0.7",
"version": "2.0.8",
"homepage": "https://github.com/mattboldt/typed.js",
"authors": [
"Matt Boldt <me@mattboldt.com>"
Expand Down
2 changes: 1 addition & 1 deletion gulpfile.js
Expand Up @@ -47,7 +47,7 @@ gulp.task('html-docs', () => {
return gulp.src('./src/*.js')
.pipe(gulpDocumentation('html'), {}, {
name: 'Typed.js Docs',
version: '2.0.7'
version: '2.0.8'
})
.pipe(gulp.dest('docs'));
});
Expand Down
2 changes: 1 addition & 1 deletion lib/typed.js
Expand Up @@ -2,7 +2,7 @@
*
* typed.js - A JavaScript Typing Animation Library
* Author: Matt Boldt <me@mattboldt.com>
* Version: v2.0.7
* Version: v2.0.8
* Url: https://github.com/mattboldt/typed.js
* License(s): MIT
*
Expand Down
2 changes: 1 addition & 1 deletion lib/typed.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion lib/typed.min.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "typed.js",
"version": "2.0.7",
"version": "2.0.8",
"homepage": "https://github.com/mattboldt/typed.js",
"repository": "https://github.com/mattboldt/typed.js",
"license": "MIT",
Expand Down

0 comments on commit 6f3c068

Please sign in to comment.