Skip to content

Commit 5a4efc7

Browse files
committed
bump the version to 3.1.5
1 parent cf9fffe commit 5a4efc7

5 files changed

+5
-5
lines changed

ChangeLog.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Mouse Wheel ChangeLog
22

3-
## 3.1.5-pre
3+
## 3.1.5
44

55
* Deprecating delta, deltaX, and deltaY event handler arguments
66
* Update actual event object with normalized deltaX and deltaY values (event.deltaX, event.deltaY)

bower.json

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

jquery.mousewheel.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*! Copyright (c) 2013 Brandon Aaron (http://brandon.aaron.sh)
22
* Licensed under the MIT License (LICENSE.txt).
33
*
4-
* Version: 3.1.5-pre
4+
* Version: 3.1.5
55
*
66
* Requires: jQuery 1.2.2+
77
*/

mousewheel.jquery.json

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

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jquery-mousewheel",
3-
"version": "3.1.5-pre",
3+
"version": "3.1.5",
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)