Skip to content

Commit

Permalink
Merge branch 'master' of github.com:julianshapiro/velocity
Browse files Browse the repository at this point in the history
# Conflicts:
#	velocity.min.js
  • Loading branch information
Rycochet committed Dec 1, 2016
2 parents 6098604 + fbb5540 commit 649a074
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
@@ -1,4 +1,4 @@
## Velocity 1.3.1
## Velocity 1.3.2

**Docs**
[http://VelocityJS.org](http://velocityjs.org)
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "velocity-animate",
"version": "1.3.1",
"version": "1.3.2",
"description": "Accelerated JavaScript animation.",
"keywords": [
"velocity",
Expand Down
4 changes: 2 additions & 2 deletions velocity.js
@@ -1,4 +1,4 @@
/*! VelocityJS.org (1.3.1). (C) 2014 Julian Shapiro. MIT @license: en.wikipedia.org/wiki/MIT_License */
/*! VelocityJS.org (1.3.2). (C) 2014 Julian Shapiro. MIT @license: en.wikipedia.org/wiki/MIT_License */

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

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion velocity.ui.js
Expand Up @@ -2,7 +2,7 @@
Velocity UI Pack
**********************/

/* VelocityJS.org UI Pack (5.1.1). (C) 2014 Julian Shapiro. MIT @license: en.wikipedia.org/wiki/MIT_License. Portions copyright Daniel Eden, Christian Pucci. */
/* VelocityJS.org UI Pack (5.1.2). (C) 2014 Julian Shapiro. MIT @license: en.wikipedia.org/wiki/MIT_License. Portions copyright Daniel Eden, Christian Pucci. */

(function(factory) {
"use strict";
Expand Down

0 comments on commit 649a074

Please sign in to comment.