mirror of
https://github.com/stylersnico/librenms.git
synced 2026-07-19 08:03:23 +02:00
bump version to 3.1.8
This commit is contained in:
+1
-1
@@ -1,6 +1,6 @@
|
||||
# Mouse Wheel ChangeLog
|
||||
|
||||
## 3.1.8-pre
|
||||
## 3.1.8
|
||||
|
||||
* Even better handling of older browsers that use a wheelDelta based on 120
|
||||
* And fix version reported by `$.event.special.mousewheel`
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "jquery-mousewheel",
|
||||
"version": "3.1.8-pre,
|
||||
"version": "3.1.8,
|
||||
"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.8-pre
|
||||
* Version: 3.1.8
|
||||
*
|
||||
* Requires: jQuery 1.2.2+
|
||||
*/
|
||||
@@ -32,7 +32,7 @@
|
||||
}
|
||||
|
||||
var special = $.event.special.mousewheel = {
|
||||
version: '3.1.8-pre',
|
||||
version: '3.1.8',
|
||||
|
||||
setup: function() {
|
||||
if ( this.addEventListener ) {
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
"mouse",
|
||||
"event"
|
||||
],
|
||||
"version": "3.1.8-pre",
|
||||
"version": "3.1.8",
|
||||
"author": {
|
||||
"name": "Brandon Aaron",
|
||||
"url": "http://brandon.aaron.sh"
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "jquery-mousewheel",
|
||||
"version": "3.1.8-pre",
|
||||
"version": "3.1.8",
|
||||
"author": "Brandon Aaron (http://brandon.aaron.sh)",
|
||||
"description": "A jQuery plugin that adds cross-browser mouse wheel support.",
|
||||
"license": "MIT",
|
||||
|
||||
Reference in New Issue
Block a user