Skip to content

Commit 9288636

Browse files
committed
New version bump including TypeScript definition
1 parent 252bf38 commit 9288636

File tree

8 files changed

+3252
-246
lines changed

8 files changed

+3252
-246
lines changed

bower.json

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

gulpfile.js

Lines changed: 1 addition & 1 deletion
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.8'
50+
version: '2.0.9'
5151
})
5252
.pipe(gulp.dest('docs'));
5353
});

index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* Declaration for typed.js
3-
* Typed.js version: v2.0.8
3+
* Typed.js version: v2.0.9
44
*/
55

66
declare module 'typed.js' {

lib/typed.js

Lines changed: 1 addition & 1 deletion
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.8
5+
* Version: v2.0.9
66
* Url: https://github.com/mattboldt/typed.js
77
* License(s): MIT
88
*

lib/typed.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/typed.min.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)