From cafeaf9f4db3e83d2ef05767165ec60223205d58 Mon Sep 17 00:00:00 2001 From: Brandon Aaron Date: Sat, 14 Dec 2013 13:32:06 -0500 Subject: [PATCH] Bump version to 3.1.7 and update my info in a few places. --- ChangeLog.md | 2 +- LICENSE.txt | 2 +- bower.json | 2 +- jquery.mousewheel.js | 2 +- mousewheel.jquery.json | 4 ++-- package.json | 4 ++-- 6 files changed, 8 insertions(+), 8 deletions(-) diff --git a/ChangeLog.md b/ChangeLog.md index d1ad85d99a..4a8d508d3e 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -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 diff --git a/LICENSE.txt b/LICENSE.txt index d64b7076bd..ad2020df4f 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -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 diff --git a/bower.json b/bower.json index 1bf360728b..b6b3c9c8cf 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "jquery-mousewheel", - "version": "3.1.7-pre", + "version": "3.1.7, "main": "./jquery.mousewheel.js", "ignore": [ "*.json", diff --git a/jquery.mousewheel.js b/jquery.mousewheel.js index 4b25ebc498..004079c72e 100755 --- a/jquery.mousewheel.js +++ b/jquery.mousewheel.js @@ -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+ */ diff --git a/mousewheel.jquery.json b/mousewheel.jquery.json index e8790b6b0f..ef357b4c6f 100644 --- a/mousewheel.jquery.json +++ b/mousewheel.jquery.json @@ -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": [ { diff --git a/package.json b/package.json index f88cc0e522..36bf87ee8c 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "jquery-mousewheel", - "version": "3.1.7-pre", - "author": "Brandon Aaron (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",