Skip to content

Commit

Permalink
Version 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Rycochet committed Feb 11, 2018
1 parent 58f640c commit 24bf716
Show file tree
Hide file tree
Showing 7 changed files with 323 additions and 416 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Velocity 2.0.0 beta
# Velocity 2.0.1 beta

# This is a public beta - files are *not* available on CDN

Expand Down
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.0",
"version": "2.0.1",
"description": "Accelerated JavaScript animation.",
"keywords": [
"velocity",
Expand Down
2 changes: 1 addition & 1 deletion src/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ const TWEEN_NUMBER_REGEX = /[\d\.-]/;

const CLASSNAME = "velocity-animating";

const VERSION = "2.0.0";
const VERSION = "2.0.1";

const Duration = {
"fast": DURATION_FAST,
Expand Down
725 changes: 316 additions & 409 deletions velocity.js

Large diffs are not rendered by default.

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 24bf716

Please sign in to comment.