Skip to content

Commit 8c3d003

Browse files
committed
Release 1.4.3
1 parent 465e84c commit 8c3d003

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Velocity 1.4.2
1+
# Velocity 1.4.3
22

33
## Docs
44
[http://VelocityJS.org](http://velocityjs.org)

package.json

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

velocity.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! VelocityJS.org (1.4.2). (C) 2014 Julian Shapiro. MIT @license: en.wikipedia.org/wiki/MIT_License */
1+
/*! VelocityJS.org (1.4.3). (C) 2014 Julian Shapiro. MIT @license: en.wikipedia.org/wiki/MIT_License */
22

33
/*************************
44
Velocity jQuery Shim
@@ -715,7 +715,7 @@
715715
hook: null, /* Defined below. */
716716
/* Velocity-wide animation time remapping for testing purposes. */
717717
mock: false,
718-
version: {major: 1, minor: 4, patch: 2},
718+
version: {major: 1, minor: 4, patch: 3},
719719
/* Set to 1 or 2 (most verbose) to output debug info to console. */
720720
debug: false,
721721
/* Use rAF high resolution timestamp when available */

0 commit comments

Comments
 (0)