Skip to content

Commit

Permalink
bump the version to 3.1.12
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonaaron committed Jul 10, 2014
1 parent 669312f commit c61913e
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
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.12-pre",
"version": "3.1.12",
"main": "./jquery.mousewheel.js",
"ignore": [
"*.json",
Expand Down
4 changes: 2 additions & 2 deletions 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.12-pre
* Version: 3.1.12
*
* Requires: jQuery 1.2.2+
*/
Expand Down Expand Up @@ -32,7 +32,7 @@
}

var special = $.event.special.mousewheel = {
version: '3.1.12-pre',
version: '3.1.12',

setup: function() {
if ( this.addEventListener ) {
Expand Down
4 changes: 2 additions & 2 deletions jquery.mousewheel.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.12-pre",
"version": "3.1.12",
"author": {
"name": "Brandon Aaron",
"url": "http://brandon.aaron.sh"
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.12-pre",
"version": "3.1.12",
"author": "Brandon Aaron (http://brandon.aaron.sh)",
"description": "A jQuery plugin that adds cross-browser mouse wheel support.",
"license": "MIT",
Expand Down

0 comments on commit c61913e

Please sign in to comment.