Skip to content

Commit

Permalink
Bump version to 3.1.7 and update my info in a few places.
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonaaron committed Dec 14, 2013
1 parent 85b8429 commit cafeaf9
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion ChangeLog.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion LICENSE.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jquery-mousewheel",
"version": "3.1.7-pre",
"version": "3.1.7,
"main": "./jquery.mousewheel.js",
"ignore": [
"*.json",
Expand Down
2 changes: 1 addition & 1 deletion jquery.mousewheel.js
Original file line number Diff line number Diff line change
@@ -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+
*/
Expand Down
4 changes: 2 additions & 2 deletions mousewheel.jquery.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
{
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit cafeaf9

Please sign in to comment.