Skip to content

Commit 24bf716

Browse files
committedFeb 11, 2018
Version 2.0.1
1 parent 58f640c commit 24bf716

File tree

7 files changed

+323
-416
lines changed

7 files changed

+323
-416
lines changed
 

Diff for: ‎README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Velocity 2.0.0 beta
1+
# Velocity 2.0.1 beta
22

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

Diff for: ‎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.0",
3+
"version": "2.0.1",
44
"description": "Accelerated JavaScript animation.",
55
"keywords": [
66
"velocity",

Diff for: ‎src/constants.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ const TWEEN_NUMBER_REGEX = /[\d\.-]/;
3737

3838
const CLASSNAME = "velocity-animating";
3939

40-
const VERSION = "2.0.0";
40+
const VERSION = "2.0.1";
4141

4242
const Duration = {
4343
"fast": DURATION_FAST,

Diff for: ‎velocity.js

+316-409
Large diffs are not rendered by default.

Diff for: ‎velocity.js.map

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

Diff for: ‎velocity.min.js

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

Diff for: ‎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.