Skip to content

Commit 746a534

Browse files
committed
Bumping version to 3.1.1
1 parent 4b3f1b7 commit 746a534

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

ChangeLog.markdown

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

3+
# 3.1.1
4+
5+
* Fix rounding issue with deltas less than zero
6+
7+
38
# 3.1.0
49

510
* Fix Firefox 17+ issues by using new wheel event

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.0
8+
* Version: 3.1.1
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.0",
10+
"version": "3.1.1",
1111
"author": {
1212
"name": "Brandon Aaron",
1313
"url": "http://brandonaaron.net"

0 commit comments

Comments
 (0)