Skip to content

Commit

Permalink
Bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
juliangarnier committed Nov 28, 2023
1 parent 850886e commit 9dffb0d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion lib/anime.es.js
Original file line number Diff line number Diff line change
Expand Up @@ -1291,7 +1291,7 @@ function timeline(params) {
return tl;
}

anime.version = '3.2.1';
anime.version = '3.2.2';
anime.speed = 1;
// TODO:#review: naming, documentation
anime.suspendWhenDocumentHidden = true;
Expand Down
2 changes: 1 addition & 1 deletion lib/anime.js
Original file line number Diff line number Diff line change
Expand Up @@ -1293,7 +1293,7 @@ function timeline(params) {
return tl;
}

anime.version = '3.2.1';
anime.version = '3.2.2';
anime.speed = 1;
// TODO:#review: naming, documentation
anime.suspendWhenDocumentHidden = true;
Expand Down
2 changes: 1 addition & 1 deletion lib/anime.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -1270,7 +1270,7 @@ function timeline(params = {}) {
return tl;
}

anime.version = '3.2.1';
anime.version = '3.2.2';
anime.speed = 1;
// TODO:#review: naming, documentation
anime.suspendWhenDocumentHidden = true;
Expand Down

0 comments on commit 9dffb0d

Please sign in to comment.