mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Bump version to 3.1.7 and update my info in a few places.
This commit is contained in:
+1
-1
@@ -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
@@ -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
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "jquery-mousewheel",
|
||||
"version": "3.1.7-pre",
|
||||
"version": "3.1.7,
|
||||
"main": "./jquery.mousewheel.js",
|
||||
"ignore": [
|
||||
"*.json",
|
||||
|
||||
@@ -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+
|
||||
*/
|
||||
|
||||
@@ -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
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user