bump version to 3.1.10-pre

This commit is contained in:
Brandon Aaron
2014-02-19 11:37:18 -05:00
parent 87aa074958
commit 1b6db9d499
5 changed files with 6 additions and 4 deletions
+2
View File
@@ -1,5 +1,7 @@
# Mouse Wheel ChangeLog
## 3.1.10
## 3.1.9
* Fix bower.json file
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "jquery-mousewheel",
"version": "3.1.9",
"version": "3.1.10-pre",
"main": "./jquery.mousewheel.js",
"ignore": [
"*.json",
+1 -1
View File
@@ -1,7 +1,7 @@
/*! Copyright (c) 2013 Brandon Aaron (http://brandon.aaron.sh)
* Licensed under the MIT License (LICENSE.txt).
*
* Version: 3.1.9
* Version: 3.1.10-pre
*
* Requires: jQuery 1.2.2+
*/
+1 -1
View File
@@ -7,7 +7,7 @@
"mouse",
"event"
],
"version": "3.1.9",
"version": "3.1.10-pre",
"author": {
"name": "Brandon Aaron",
"url": "http://brandon.aaron.sh"
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "jquery-mousewheel",
"version": "3.1.9",
"version": "3.1.10-pre",
"author": "Brandon Aaron (http://brandon.aaron.sh)",
"description": "A jQuery plugin that adds cross-browser mouse wheel support.",
"license": "MIT",