Skip to content

Commit 215019e

Browse files
committed
update version to 3.1.4-pre
1 parent 75dddb7 commit 215019e

File tree

4 files changed

+5
-9
lines changed

4 files changed

+5
-9
lines changed

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jquery-mousewheel",
3-
"version": "3.1.3",
3+
"version": "3.1.4-pre",
44
"main": "./jquery.mousewheel.js",
55
"ignore": [
66
".*",

jquery.mousewheel.js

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,7 @@
1-
/*! Copyright (c) 2013 Brandon Aaron (http://brandonaaron.net)
1+
/*! Copyright (c) 2013 Brandon Aaron (http://brandon.aaron.sh)
22
* Licensed under the MIT License (LICENSE.txt).
33
*
4-
* Thanks to: http://adomas.org/javascript-mouse-wheel/ for some pointers.
5-
* Thanks to: Mathias Bank(http://www.mathias-bank.de) for a scope bug fix.
6-
* Thanks to: Seamus Leahy for adding deltaX and deltaY
7-
*
8-
* Version: 3.1.3
4+
* Version: 3.1.4-pre
95
*
106
* Requires: 1.2.2+
117
*/

mousewheel.jquery.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"mouse",
88
"event"
99
],
10-
"version": "3.1.3",
10+
"version": "3.1.4-pre",
1111
"author": {
1212
"name": "Brandon Aaron",
1313
"url": "http://brandonaaron.net"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jquery-mousewheel",
3-
"version": "3.1.3",
3+
"version": "3.1.4-pre",
44
"author": "Brandon Aaron <[email protected]> (http://brandonaaron.net/)",
55
"description": "A jQuery plugin that adds cross-browser mouse wheel support.",
66
"main": "./jquery.mousewheel.js",

0 commit comments

Comments
 (0)