Skip to content

Commit

Permalink
Version 2.0.2-beta
Browse files Browse the repository at this point in the history
  • Loading branch information
Rycochet committed Mar 4, 2018
1 parent 794d15c commit 30ee65e
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "velocity-animate",
"version": "2.0.1",
"version": "2.0.2",
"description": "Accelerated JavaScript animation.",
"keywords": [
"velocity",
Expand Down
2 changes: 1 addition & 1 deletion src/Velocity/version.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@
*/

namespace VelocityStatic {
export let version = "2.0.1";
export let version = "2.0.2";
};
4 changes: 2 additions & 2 deletions velocity.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! VelocityJS.org (2.0.1) (C) 2014 Julian Shapiro. MIT @license: en.wikipedia.org/wiki/MIT_License */
/*! VelocityJS.org (2.0.2) (C) 2014 Julian Shapiro. MIT @license: en.wikipedia.org/wiki/MIT_License */
(function(root, factory) {
if (typeof define === 'function' && define.amd) {
define('velocity-animate', [], factory);
Expand Down Expand Up @@ -4158,7 +4158,7 @@ var VelocityStatic;
*/ var VelocityStatic;

(function(VelocityStatic) {
VelocityStatic.version = "2.0.1";
VelocityStatic.version = "2.0.2";
})(VelocityStatic || (VelocityStatic = {}));

/*
Expand Down
2 changes: 1 addition & 1 deletion velocity.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions velocity.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion velocity.ui.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 30ee65e

Please sign in to comment.