Bumping version to 3.1.1

This commit is contained in:
Brandon Aaron
2013-02-23 18:16:53 -06:00
parent 4b3f1b73b2
commit 746a5346d5
3 changed files with 7 additions and 2 deletions

View File

@@ -1,5 +1,10 @@
# Mouse Wheel ChangeLog
# 3.1.1
* Fix rounding issue with deltas less than zero
# 3.1.0
* Fix Firefox 17+ issues by using new wheel event

View File

@@ -5,7 +5,7 @@
* Thanks to: Mathias Bank(http://www.mathias-bank.de) for a scope bug fix.
* Thanks to: Seamus Leahy for adding deltaX and deltaY
*
* Version: 3.1.0
* Version: 3.1.1
*
* Requires: 1.2.2+
*/

View File

@@ -7,7 +7,7 @@
"mouse",
"event"
],
"version": "3.1.0",
"version": "3.1.1",
"author": {
"name": "Brandon Aaron",
"url": "http://brandonaaron.net"