Skip to content

Commit

Permalink
Update version to 2.3.1-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
bbrala committed Oct 25, 2016
1 parent e5978ac commit e94aefa
Show file tree
Hide file tree
Showing 12 changed files with 17 additions and 17 deletions.
Binary file modified dist/font/context-menu-icons.eot
Binary file not shown.
Binary file modified dist/font/context-menu-icons.ttf
Binary file not shown.
Binary file modified dist/font/context-menu-icons.woff
Binary file not shown.
Binary file modified dist/font/context-menu-icons.woff2
Binary file not shown.
8 changes: 4 additions & 4 deletions dist/jquery.contextMenu.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/*!
* jQuery contextMenu - Plugin for simple contextMenu handling
*
* Version: v2.3.0
* Version: v2.3.1-dev
*
* Authors: Björn Brala (SWIS.nl), Rodney Rehm, Addy Osmani (patches for FF)
* Web: http://swisnl.github.io/jQuery-contextMenu/
Expand All @@ -12,7 +12,7 @@
* Licensed under
* MIT License http://www.opensource.org/licenses/mit-license
*
* Date: 2016-10-25T18:52:24.600Z
* Date: 2016-10-25T19:12:34.206Z
*/
@-webkit-keyframes cm-spin {
0% {
Expand Down Expand Up @@ -54,8 +54,8 @@
font-style: normal;
font-weight: normal;

src: url("font/context-menu-icons.eot?4y6eu");
src: url("font/context-menu-icons.eot?4y6eu#iefix") format("embedded-opentype"), url("font/context-menu-icons.woff2?4y6eu") format("woff2"), url("font/context-menu-icons.woff?4y6eu") format("woff"), url("font/context-menu-icons.ttf?4y6eu") format("truetype");
src: url("font/context-menu-icons.eot?23gdc");
src: url("font/context-menu-icons.eot?23gdc#iefix") format("embedded-opentype"), url("font/context-menu-icons.woff2?23gdc") format("woff2"), url("font/context-menu-icons.woff?23gdc") format("woff"), url("font/context-menu-icons.ttf?23gdc") format("truetype");
}

.context-menu-icon-add:before {
Expand Down
6 changes: 3 additions & 3 deletions dist/jquery.contextMenu.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*!
* jQuery contextMenu v2.3.0 - Plugin for simple contextMenu handling
* jQuery contextMenu v2.3.1-dev - Plugin for simple contextMenu handling
*
* Version: v2.3.0
* Version: v2.3.1-dev
*
* Authors: Björn Brala (SWIS.nl), Rodney Rehm, Addy Osmani (patches for FF)
* Web: http://swisnl.github.io/jQuery-contextMenu/
Expand All @@ -12,7 +12,7 @@
* MIT License http://www.opensource.org/licenses/mit-license
* GPL v3 http://opensource.org/licenses/GPL-3.0
*
* Date: 2016-10-25T18:52:24.835Z
* Date: 2016-10-25T19:12:34.446Z
*/

(function (factory) {
Expand Down
6 changes: 3 additions & 3 deletions dist/jquery.contextMenu.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit e94aefa

Please sign in to comment.