8000 version 3.1.10 · jquery/jquery-mousewheel@1e98e69 · GitHub
[go: up one dir, main page]

Skip to content

Commit 1e98e69

Browse files
committed
version 3.1.10
1 parent 215c5dd commit 1e98e69

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jquery-mousewheel",
3-
"version": "3.1.10-pre",
3+
"version": "3.1.10",
44
"main": "./jquery.mousewheel.js",
55
"ignore": [
66
"*.json",

jquery.mousewheel.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*! Copyright (c) 2013 Brandon Aaron (http://brandon.aaron.sh)
22
* Licensed under the MIT License (LICENSE.txt).
33
*
4-
* Version: 3.1.10-pre
4+
* Version: 3.1.10
55
*
66
* Requires: jQuery 1.2.2+
77
*/
@@ -32,7 +32,7 @@
3232
}
3333

3434
var special = $.event.special.mousewheel = {
35-
version: '3.1.10-pre',
35+
version: '3.1.10',
3636

3737
setup: function() {
3838
if ( this.addEventListener ) {

jquery.mousewheel.min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jquery-mousewheel",
3-
"version": "3.1.10-pre",
3+
"version": "3.1.10",
44
"author": "Brandon Aaron (http://brandon.aaron.sh)",
55
"description": "A jQuery plugin that adds cross-browser mouse wheel support.",
66
"license": "MIT",

0 commit comments

Comments
 (0)
0