Skip to content

Commit 986f952

Browse files
committed
Forgot to update readme...
1 parent 94dbe27 commit 986f952

13 files changed

+18
-18
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ Font-Awesome icons used from [encharm/Font-Awesome-SVG-PNG](https://github.com/e
103103

104104
## Changelog ##
105105

106-
### Unreleased ###
106+
### 2.2.1 ###
107107

108108
#### Added
109109

dist/font/context-menu-icons.eot

0 Bytes
Binary file not shown.

dist/font/context-menu-icons.ttf

0 Bytes
Binary file not shown.

dist/font/context-menu-icons.woff

0 Bytes
Binary file not shown.

dist/font/context-menu-icons.woff2

16 Bytes
Binary file not shown.

dist/jquery.contextMenu.css

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/*!
33
* jQuery contextMenu - Plugin for simple contextMenu handling
44
*
5-
* Version: v2.2.1
5+
* Version: v2.2.2
66
*
77
* Authors: Björn Brala (SWIS.nl), Rodney Rehm, Addy Osmani (patches for FF)
88
* Web: http://swisnl.github.io/jQuery-contextMenu/
@@ -12,15 +12,15 @@
1212
* Licensed under
1313
* MIT License http://www.opensource.org/licenses/mit-license
1414
*
15-
* Date: 2016-07-15T18:34:01.535Z
15+
* Date: 2016-07-15T18:43:07.988Z
1616
*/
1717
@font-face {
1818
font-family: "context-menu-icons";
1919
font-style: normal;
2020
font-weight: normal;
2121

22-
src: url("font/context-menu-icons.eot?1ugwy");
23-
src: url("font/context-menu-icons.eot?1ugwy#iefix") format("embedded-opentype"), url("font/context-menu-icons.woff2?1ugwy") format("woff2"), url("font/context-menu-icons.woff?1ugwy") format("woff"), url("font/context-menu-icons.ttf?1ugwy") format("truetype");
22+
src: url("font/context-menu-icons.eot?2tuhk");
23+
src: url("font/context-menu-icons.eot?2tuhk#iefix") format("embedded-opentype"), url("font/context-menu-icons.woff2?2tuhk") format("woff2"), url("font/context-menu-icons.woff?2tuhk") format("woff"), url("font/context-menu-icons.ttf?2tuhk") format("truetype");
2424
}
2525

2626
.context-menu-icon-add:before {

dist/jquery.contextMenu.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*!
2-
* jQuery contextMenu v2.2.1 - Plugin for simple contextMenu handling
2+
* jQuery contextMenu v2.2.2 - Plugin for simple contextMenu handling
33
*
4-
* Version: v2.2.1
4+
* Version: v2.2.2
55
*
66
* Authors: Björn Brala (SWIS.nl), Rodney Rehm, Addy Osmani (patches for FF)
77
* Web: http://swisnl.github.io/jQuery-contextMenu/
@@ -12,7 +12,7 @@
1212
* MIT License http://www.opensource.org/licenses/mit-license
1313
* GPL v3 http://opensource.org/licenses/GPL-3.0
1414
*
15-
* Date: 2016-07-15T18:34:01.739Z
15+
* Date: 2016-07-15T18:43:08.193Z
1616
*/
1717

1818
(function (factory) {

dist/jquery.contextMenu.min.css

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)