Bump version to 3.1.7 and update my info in a few places.

This commit is contained in:
Brandon Aaron
2013-12-14 13:32:06 -05:00
parent 85b84293c7
commit cafeaf9f4d
6 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
# Mouse Wheel ChangeLog
## 3.1.7-pre
## 3.1.7
* Better handle the `deltaMode` values 1 (lines) and 2 (pages)
* Attempt to better handle older browsers that use a wheelDelta based on 120
+1 -1
View File
@@ -1,4 +1,4 @@
Copyright (c) 2013, Brandon Aaron (http://brandonaaron.net/)
Copyright (c) 2013, Brandon Aaron (http://brandon.aaron.sh)
Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "jquery-mousewheel",
"version": "3.1.7-pre",
"version": "3.1.7,
"main": "./jquery.mousewheel.js",
"ignore": [
"*.json",
+1 -1
View File
@@ -1,7 +1,7 @@
/*! Copyright (c) 2013 Brandon Aaron (http://brandon.aaron.sh)
* Licensed under the MIT License (LICENSE.txt).
*
* Version: 3.1.7-pre
* Version: 3.1.7
*
* Requires: jQuery 1.2.2+
*/
+2 -2
View File
@@ -7,10 +7,10 @@
"mouse",
"event"
],
"version": "3.1.7-pre",
"version": "3.1.7",
"author": {
"name": "Brandon Aaron",
"url": "http://brandonaaron.net"
"url": "http://brandon.aaron.sh"
},
"licenses": [
{
+2 -2
View File
@@ -1,7 +1,7 @@
{
"name": "jquery-mousewheel",
"version": "3.1.7-pre",
"author": "Brandon Aaron <[email protected]> (http://brandonaaron.net/)",
"version": "3.1.7",
"author": "Brandon Aaron (http://brandon.aaron.sh)",
"description": "A jQuery plugin that adds cross-browser mouse wheel support.",
"license": "MIT",
"homepage": "https://github.com/brandonaaron/jquery-mousewheel",