Skip to content

Commit

Permalink
Release v1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Rycochet committed Dec 17, 2016
1 parent 0ee450d commit e745208
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
@@ -1,4 +1,4 @@
# Velocity 1.4.0 # Velocity 1.4.1


## Docs ## Docs
[http://VelocityJS.org](http://velocityjs.org) [http://VelocityJS.org](http://velocityjs.org)
Expand Down
4 changes: 2 additions & 2 deletions velocity.js
@@ -1,4 +1,4 @@
/*! VelocityJS.org (1.4.0). (C) 2014 Julian Shapiro. MIT @license: en.wikipedia.org/wiki/MIT_License */ /*! VelocityJS.org (1.4.1). (C) 2014 Julian Shapiro. MIT @license: en.wikipedia.org/wiki/MIT_License */


/************************* /*************************
Velocity jQuery Shim Velocity jQuery Shim
Expand Down Expand Up @@ -691,7 +691,7 @@
hook: null, /* Defined below. */ hook: null, /* Defined below. */
/* Velocity-wide animation time remapping for testing purposes. */ /* Velocity-wide animation time remapping for testing purposes. */
mock: false, mock: false,
version: {major: 1, minor: 4, patch: 0}, version: {major: 1, minor: 4, patch: 1},
/* Set to 1 or 2 (most verbose) to output debug info to console. */ /* Set to 1 or 2 (most verbose) to output debug info to console. */
debug: false, debug: false,
/* Use rAF high resolution timestamp when available */ /* Use rAF high resolution timestamp when available */
Expand Down

0 comments on commit e745208

Please sign in to comment.