Skip to content

Commit 3ee42b3

Browse files
committed
Update version to 2.2.4-dev
1 parent 5cf05b4 commit 3ee42b3

7 files changed

+16
-16
lines changed

dist/jquery.contextMenu.css

+4-4
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.3
5+
* Version: v2.2.4-dev
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-17T19:36:02.763Z
15+
* Date: 2016-07-17T19:45:35.350Z
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?1ky0e");
23-
src: url("font/context-menu-icons.eot?1ky0e#iefix") format("embedded-opentype"), url("font/context-menu-icons.woff2?1ky0e") format("woff2"), url("font/context-menu-icons.woff?1ky0e") format("woff"), url("font/context-menu-icons.ttf?1ky0e") format("truetype");
22+
src: url("font/context-menu-icons.eot?14l1a");
23+
src: url("font/context-menu-icons.eot?14l1a#iefix") format("embedded-opentype"), url("font/context-menu-icons.woff2?14l1a") format("woff2"), url("font/context-menu-icons.woff?14l1a") format("woff"), url("font/context-menu-icons.ttf?14l1a") format("truetype");
2424
}
2525

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

dist/jquery.contextMenu.js

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*!
2-
* jQuery contextMenu v2.2.3 - Plugin for simple contextMenu handling
2+
* jQuery contextMenu v2.2.4-dev - Plugin for simple contextMenu handling
33
*
4-
* Version: v2.2.3
4+
* Version: v2.2.4-dev
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-17T19:36:02.968Z
15+
* Date: 2016-07-17T19:45:35.567Z
1616
*/
1717

1818
(function (factory) {

dist/jquery.contextMenu.min.css

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/jquery.contextMenu.min.css.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/jquery.contextMenu.min.js

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/jquery.contextMenu.min.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "jquery-contextmenu",
33
"title": "jQuery.contextMenu()",
4-
"version": "2.2.3",
4+
"version": "2.2.4-dev",
55
"author": {
66
"name": "Björn Brala",
77
"url": "http://www.swis.nl"

0 commit comments

Comments
 (0)