Skip to content

Commit 1c85a58

Browse files
committed
version bump
1 parent ea61704 commit 1c85a58

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

README.md

+4
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,10 @@ $.contextMenu is published under the [MIT license](http://www.opensource.org/lic
103103

104104
## Changelog ##
105105

106+
### 1.5.22 ###
107+
108+
* Fixing issue with animation and remove on hide (Issue #64)
109+
106110
### 1.5.21 ###
107111

108112
* Fixing backdrop would not remove on destroy (Issue #63)

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jQuery contextMenu",
3-
"version": "1.5.21",
3+
"version": "1.5.22",
44
"title": "jQuery.contextMenu()",
55
"author": {
66
"name": "Rodney Rehm",

src/jquery.contextMenu.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*!
22
* jQuery contextMenu - Plugin for simple contextMenu handling
33
*
4-
* Version: 1.5.21
4+
* Version: 1.5.22
55
*
66
* Authors: Rodney Rehm, Addy Osmani (patches for FF)
77
* Web: http://medialize.github.com/jQuery-contextMenu/

src/jquery.contextMenu.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*!
22
* jQuery contextMenu - Plugin for simple contextMenu handling
33
*
4-
* Version: 1.5.21
4+
* Version: 1.5.22
55
*
66
* Authors: Rodney Rehm, Addy Osmani (patches for FF)
77
* Web: http://medialize.github.com/jQuery-contextMenu/

0 commit comments

Comments
 (0)