Skip to content

Commit

Permalink
bump version to 3.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonaaron authored and kadoshms committed Oct 2, 2021
1 parent b874d33 commit 85893cc
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/jquery-mousewheel/bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jquery-mousewheel",
"version": "3.1.4-pre",
"version": "3.1.4",
"main": "./jquery.mousewheel.js",
"ignore": [
".*",
Expand Down
2 changes: 1 addition & 1 deletion packages/jquery-mousewheel/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.4-pre
* Version: 3.1.4
*
* Requires: 1.2.2+
*/
Expand Down
2 changes: 1 addition & 1 deletion packages/jquery-mousewheel/mousewheel.jquery.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"mouse",
"event"
],
"version": "3.1.4-pre",
"version": "3.1.4",
"author": {
"name": "Brandon Aaron",
"url": "http://brandonaaron.net"
Expand Down
2 changes: 1 addition & 1 deletion packages/jquery-mousewheel/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jquery-mousewheel",
"version": "3.1.4-pre",
"version": "3.1.4",
"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 85893cc

Please sign in to comment.