Skip to content

Commit 44ebf66

Browse files
committed
Version 3.2.0
1 parent 72a289c commit 44ebf66

4 files changed

+7
-7
lines changed

jquery.mousewheel.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* jQuery Mousewheel 3.1.13
2+
* jQuery Mousewheel 3.2.0
33
* Copyright OpenJS Foundation and other contributors
44
*/
55

@@ -36,7 +36,7 @@
3636
}
3737

3838
var special = $.event.special.mousewheel = {
39-
version: "3.1.12",
39+
version: "3.2.0",
4040

4141
setup: function() {
4242
if ( this.addEventListener ) {

jquery.mousewheel.min.js

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jquery-mousewheel",
3-
"version": "3.1.13",
3+
"version": "3.2.0",
44
"author": {
55
"name": "jQuery Foundation and other contributors",
66
"url": "https://github.com/jquery/jquery-mousewheel/blob/master/AUTHORS.txt"

0 commit comments

Comments
 (0)