Skip to content

Commit 61d8ef3

Browse files
committed
bump version to 3.1.3
1 parent 527edc4 commit 61d8ef3

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

ChangeLog.markdown

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Mouse Wheel ChangeLog
22

3+
## 3.1.3
4+
5+
* Include MozMousePixelScroll in the to fix list to avoid inconsistent behavior in older Firefox
6+
37
## 3.1.2
48

59
* Include grunt utilities for development purposes (jshint and uglify)

jquery.mousewheel.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* Thanks to: Mathias Bank(http://www.mathias-bank.de) for a scope bug fix.
66
* Thanks to: Seamus Leahy for adding deltaX and deltaY
77
*
8-
* Version: 3.1.2
8+
* Version: 3.1.3
99
*
1010
* Requires: 1.2.2+
1111
*/

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.2",
10+
"version": "3.1.3",
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.2",
3+
"version": "3.1.3",
44
"description" : "A jQuery plugin that adds cross-browser mouse wheel support.",
55
"main" : "./jquery.mousewheel.js",
66
"repository" : {

0 commit comments

Comments
 (0)