Skip to content

Commit

Permalink
bump the version to 3.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonaaron committed Nov 15, 2013
1 parent cf9fffe commit 5a4efc7
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 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.5-pre
## 3.1.5

* Deprecating delta, deltaX, and deltaY event handler arguments
* Update actual event object with normalized deltaX and deltaY values (event.deltaX, event.deltaY)
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.5-pre",
"version": "3.1.5",
"main": "./jquery.mousewheel.js",
"ignore": [
".*",
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.5-pre
* Version: 3.1.5
*
* Requires: jQuery 1.2.2+
*/
Expand Down
2 changes: 1 addition & 1 deletion mousewheel.jquery.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"mouse",
"event"
],
"version": "3.1.5-pre",
"version": "3.1.5",
"author": {
"name": "Brandon Aaron",
"url": "http://brandonaaron.net"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jquery-mousewheel",
"version": "3.1.5-pre",
"version": "3.1.5",
"author": "Brandon Aaron <[email protected]> (http://brandonaaron.net/)",
"description": "A jQuery plugin that adds cross-browser mouse wheel support.",
"main": "./jquery.mousewheel.js",
Expand Down

0 comments on commit 5a4efc7

Please sign in to comment.