Skip to content

Commit 1b6db9d

Browse files
committed
bump version to 3.1.10-pre
1 parent 87aa074 commit 1b6db9d

File tree

5 files changed

+6
-4
lines changed

5 files changed

+6
-4
lines changed

ChangeLog.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Mouse Wheel ChangeLog
22

3+
## 3.1.10
4+
35
## 3.1.9
46

57
* Fix bower.json file

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.9",
3+
"version": "3.1.10-pre",
44
"main": "./jquery.mousewheel.js",
55
"ignore": [
66
"*.json",

jquery.mousewheel.js

Lines changed: 1 addition & 1 deletion
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.9
4+
* Version: 3.1.10-pre
55
*
66
* Requires: jQuery 1.2.2+
77
*/

mousewheel.jquery.json

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

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.9",
3+
"version": "3.1.10-pre",
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)