Skip to content

Commit

Permalink
bumped version number
Browse files Browse the repository at this point in the history
  • Loading branch information
mattboldt committed Sep 24, 2017
1 parent 6ff8929 commit 7aa30dd
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "typed.js",
"version": "2.0.5",
"version": "2.0.6",
"homepage": "https://github.com/mattboldt/typed.js",
"authors": [
"Matt Boldt <[email protected]>"
Expand Down
2 changes: 1 addition & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
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.5'
version: '2.0.6'
})
.pipe(gulp.dest('docs'));
});
Expand Down
2 changes: 1 addition & 1 deletion lib/typed.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
*
* typed.js - A JavaScript Typing Animation Library
* Author: Matt Boldt <[email protected]>
* Version: v2.0.5
* Version: v2.0.6
* 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.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "typed.js",
"version": "2.0.5",
"version": "2.0.6",
"homepage": "https://github.com/mattboldt/typed.js",
"repository": "https://github.com/mattboldt/typed.js",
"license": "MIT",
Expand Down

0 comments on commit 7aa30dd

Please sign in to comment.