Skip to content

Commit 30ee65e

Browse files
committedMar 4, 2018
Version 2.0.2-beta
1 parent 794d15c commit 30ee65e

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed
 

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "velocity-animate",
3-
"version": "2.0.1",
3+
"version": "2.0.2",
44
"description": "Accelerated JavaScript animation.",
55
"keywords": [
66
"velocity",

‎src/Velocity/version.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@
77
*/
88

99
namespace VelocityStatic {
10-
export let version = "2.0.1";
10+
export let version = "2.0.2";
1111
};

‎velocity.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! VelocityJS.org (2.0.1) (C) 2014 Julian Shapiro. MIT @license: en.wikipedia.org/wiki/MIT_License */
1+
/*! VelocityJS.org (2.0.2) (C) 2014 Julian Shapiro. MIT @license: en.wikipedia.org/wiki/MIT_License */
22
(function(root, factory) {
33
if (typeof define === 'function' && define.amd) {
44
define('velocity-animate', [], factory);
@@ -4158,7 +4158,7 @@ var VelocityStatic;
41584158
*/ var VelocityStatic;
41594159

41604160
(function(VelocityStatic) {
4161-
VelocityStatic.version = "2.0.1";
4161+
VelocityStatic.version = "2.0.2";
41624162
})(VelocityStatic || (VelocityStatic = {}));
41634163

41644164
/*

‎velocity.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎velocity.min.js

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎velocity.ui.min.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)
Please sign in to comment.