Skip to content

Commit 0f395d8

Browse files
committed
bump to 3.1.11 so all the package managers are on the same version
1 parent f8635d1 commit 0f395d8

6 files changed

+11
-7
lines changed

ChangeLog.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Mouse Wheel ChangeLog
22

3+
## 3.1.11
4+
5+
* Fix version number for package managers...
6+
37
## 3.1.10
48

59
* Fix issue with calculating line height when using older versions of jQuery

bower.json

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

jquery.mousewheel.js

+2-2
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
4+
* Version: 3.1.11
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',
35+
version: '3.1.11',
3636

3737
setup: function() {
3838
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.

mousewheel.jquery.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"mouse",
88
"event"
99
],
10-
"version": "3.1.10",
10+
"version": "3.1.11",
1111
"author": {
1212
"name": "Brandon Aaron",
1313
"url": "http://brandon.aaron.sh"

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.10",
3+
"version": "3.1.11",
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)