bump version to 3.1.8

This commit is contained in:
Brandon Aaron
2013-12-14 14:20:37 -05:00
parent 1690349398
commit 3efd554e60
5 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
# Mouse Wheel ChangeLog
## 3.1.8-pre
## 3.1.8
* Even better handling of older browsers that use a wheelDelta based on 120
* And fix version reported by `$.event.special.mousewheel`
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "jquery-mousewheel",
"version": "3.1.8-pre,
"version": "3.1.8,
"main": "./jquery.mousewheel.js",
"ignore": [
"*.json",
+2 -2
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.8-pre
* Version: 3.1.8
*
* Requires: jQuery 1.2.2+
*/
@@ -32,7 +32,7 @@
}
var special = $.event.special.mousewheel = {
version: '3.1.8-pre',
version: '3.1.8',
setup: function() {
if ( this.addEventListener ) {
+1 -1
View File
@@ -7,7 +7,7 @@
"mouse",
"event"
],
"version": "3.1.8-pre",
"version": "3.1.8",
"author": {
"name": "Brandon Aaron",
"url": "http://brandon.aaron.sh"
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "jquery-mousewheel",
"version": "3.1.8-pre",
"version": "3.1.8",
"author": "Brandon Aaron (http://brandon.aaron.sh)",
"description": "A jQuery plugin that adds cross-browser mouse wheel support.",
"license": "MIT",