Skip to content

Commit

Permalink
New version bump including TypeScript definition
Browse files Browse the repository at this point in the history
  • Loading branch information
mattboldt committed Aug 7, 2018
1 parent 252bf38 commit 9288636
Show file tree
Hide file tree
Showing 8 changed files with 3,252 additions and 246 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.8",
"version": "2.0.9",
"homepage": "https://github.com/mattboldt/typed.js",
"authors": [
"Matt Boldt <me@mattboldt.com>"
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.8'
version: '2.0.9'
})
.pipe(gulp.dest('docs'));
});
Expand Down
2 changes: 1 addition & 1 deletion index.d.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* Declaration for typed.js
* Typed.js version: v2.0.8
* Typed.js version: v2.0.9
*/

declare module 'typed.js' {
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 <me@mattboldt.com>
* Version: v2.0.8
* Version: v2.0.9
* 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.

Loading

0 comments on commit 9288636

Please sign in to comment.