Skip to content

Commit

Permalink
2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
juliangarnier committed Sep 25, 2017
1 parent 37c7949 commit b14a3a9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions anime.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* http://animejs.com
* JavaScript animation engine
* @version v2.1.1
* @version v2.2.0
* @author Julian Garnier
* @copyright ©2017 Julian Garnier
* Released under the MIT license
Expand Down Expand Up @@ -976,7 +976,7 @@
return tl;
}

anime.version = '2.1.1';
anime.version = '2.2.0';
anime.speed = 1;
anime.running = activeInstances;
anime.remove = removeTargets;
Expand Down
2 changes: 1 addition & 1 deletion anime.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 package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "animejs",
"version": "2.1.1",
"version": "2.2.0",
"description": "JavaScript animation engine",
"main": "anime.min.js",
"repository": {
Expand Down

0 comments on commit b14a3a9

Please sign in to comment.