bump version to 3.1.2

This commit is contained in:
Brandon Aaron
2013-03-12 09:26:05 -05:00
parent 479b8310ff
commit a450a11a02
3 changed files with 3 additions and 3 deletions
+1 -1
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.1
* Version: 3.1.2
*
* Requires: 1.2.2+
*/
+1 -1
View File
@@ -7,7 +7,7 @@
"mouse",
"event"
],
"version": "3.1.1",
"version": "3.1.2",
"author": {
"name": "Brandon Aaron",
"url": "http://brandonaaron.net"
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name" : "jquery-mousewheel",
"version": "3.1.1",
"version": "3.1.2",
"description" : "A jQuery plugin that adds cross-browser mouse wheel support.",
"main" : "./jquery.mousewheel.js",
"repository" : {