diff --git a/README.md b/README.md index cc7b6c78..b8dd4f3b 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Velocity 1.4.2 +# Velocity 1.4.3 ## Docs [http://VelocityJS.org](http://velocityjs.org) diff --git a/package.json b/package.json index 2423e262..4f92a0ae 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "velocity-animate", - "version": "1.4.2", + "version": "1.4.3", "description": "Accelerated JavaScript animation.", "keywords": [ "velocity", diff --git a/velocity.js b/velocity.js index bbdf9d10..956236b1 100644 --- a/velocity.js +++ b/velocity.js @@ -1,4 +1,4 @@ -/*! VelocityJS.org (1.4.2). (C) 2014 Julian Shapiro. MIT @license: en.wikipedia.org/wiki/MIT_License */ +/*! VelocityJS.org (1.4.3). (C) 2014 Julian Shapiro. MIT @license: en.wikipedia.org/wiki/MIT_License */ /************************* Velocity jQuery Shim @@ -715,7 +715,7 @@ hook: null, /* Defined below. */ /* Velocity-wide animation time remapping for testing purposes. */ mock: false, - version: {major: 1, minor: 4, patch: 2}, + version: {major: 1, minor: 4, patch: 3}, /* Set to 1 or 2 (most verbose) to output debug info to console. */ debug: false, /* Use rAF high resolution timestamp when available */