Skip to content

Commit cafeaf9

Browse files
committed
Bump version to 3.1.7 and update my info in a few places.
1 parent 85b8429 commit cafeaf9

6 files changed

+8
-8
lines changed

ChangeLog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Mouse Wheel ChangeLog
22

3-
## 3.1.7-pre
3+
## 3.1.7
44

55
* Better handle the `deltaMode` values 1 (lines) and 2 (pages)
66
* Attempt to better handle older browsers that use a wheelDelta based on 120

LICENSE.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2013, Brandon Aaron (http://brandonaaron.net/)
1+
Copyright (c) 2013, Brandon Aaron (http://brandon.aaron.sh)
22

33
Permission is hereby granted, free of charge, to any person obtaining
44
a copy of this software and associated documentation files (the

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.7-pre",
3+
"version": "3.1.7,
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.7-pre
4+
* Version: 3.1.7
55
*
66
* Requires: jQuery 1.2.2+
77
*/

mousewheel.jquery.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@
77
"mouse",
88
"event"
99
],
10-
"version": "3.1.7-pre",
10+
"version": "3.1.7",
1111
"author": {
1212
"name": "Brandon Aaron",
13-
"url": "http://brandonaaron.net"
13+
"url": "http://brandon.aaron.sh"
1414
},
1515
"licenses": [
1616
{

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "jquery-mousewheel",
3-
"version": "3.1.7-pre",
4-
"author": "Brandon Aaron <brandon.aaron@gmail.com> (http://brandonaaron.net/)",
3+
"version": "3.1.7",
4+
"author": "Brandon Aaron (http://brandon.aaron.sh)",
55
"description": "A jQuery plugin that adds cross-browser mouse wheel support.",
66
"license": "MIT",
77
"homepage": "https://github.com/brandonaaron/jquery-mousewheel",

0 commit comments

Comments
 (0)