Bump version to 3.1.6

This commit is contained in:
Brandon Aaron
2013-11-15 12:59:13 -05:00
parent 5a4efc70c6
commit 8ef2a9a294
5 changed files with 10 additions and 6 deletions

View File

@@ -1,6 +1,6 @@
# Mouse Wheel ChangeLog
## 3.1.5
## 3.1.6
* Deprecating delta, deltaX, and deltaY event handler arguments
* Update actual event object with normalized deltaX and deltaY values (event.deltaX, event.deltaY)
@@ -11,6 +11,10 @@
* Add $.event.special.mousewheel.version
* Some clean up
## 3.1.5
* Bad release because I did not update the new $.event.special.mousewheel.version
## 3.1.4
* Always set the deltaY

View File

@@ -1,6 +1,6 @@
{
"name": "jquery-mousewheel",
"version": "3.1.5",
"version": "3.1.6",
"main": "./jquery.mousewheel.js",
"ignore": [
".*",

View File

@@ -1,7 +1,7 @@
/*! Copyright (c) 2013 Brandon Aaron (http://brandon.aaron.sh)
* Licensed under the MIT License (LICENSE.txt).
*
* Version: 3.1.5
* Version: 3.1.6
*
* Requires: jQuery 1.2.2+
*/
@@ -32,7 +32,7 @@
}
$.event.special.mousewheel = {
version: '3.1.5-pre',
version: '3.1.6',
setup: function() {
if ( this.addEventListener ) {

View File

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

View File

@@ -1,6 +1,6 @@
{
"name": "jquery-mousewheel",
"version": "3.1.5",
"version": "3.1.6",
"author": "Brandon Aaron <brandon.aaron@gmail.com> (http://brandonaaron.net/)",
"description": "A jQuery plugin that adds cross-browser mouse wheel support.",
"main": "./jquery.mousewheel.js",