Skip to content

Commit

Permalink
Update version number and regerate dist for release
Browse files Browse the repository at this point in the history
  • Loading branch information
bbrala committed Jul 15, 2016
1 parent e6e9912 commit 2a41ace
Show file tree
Hide file tree
Showing 12 changed files with 16 additions and 16 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.
4 changes: 2 additions & 2 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.2.1-dev
* Version: v2.2.1
*
* 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-06-17T13:49:48.330Z
* Date: 2016-07-15T18:34:01.535Z
*/
@font-face {
font-family: "context-menu-icons";
Expand Down
8 changes: 4 additions & 4 deletions dist/jquery.contextMenu.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*!
* jQuery contextMenu v2.2.1-dev - Plugin for simple contextMenu handling
* jQuery contextMenu v2.2.1 - Plugin for simple contextMenu handling
*
* Version: v2.2.1-dev
* Version: v2.2.1
*
* 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-07-10T20:49:32.381Z
* Date: 2016-07-15T18:34:01.739Z
*/

(function (factory) {
Expand Down Expand Up @@ -337,7 +337,7 @@
// show menu
var menuContainer = (e.data.appendTo === null ? $('body') : $(e.data.appendTo));
var srcElement = e.target || e.srcElement || e.originalTarget;
op.show.call($this, e.data, e.pageX, e.pageY);
op.show.call($this, e.data, e.pageX, e.pageY);
}
}
},
Expand Down
4 changes: 2 additions & 2 deletions dist/jquery.contextMenu.min.css

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

2 changes: 1 addition & 1 deletion dist/jquery.contextMenu.min.css.map

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions dist/jquery.contextMenu.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/jquery.contextMenu.min.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "jquery-contextmenu",
"title": "jQuery.contextMenu()",
"version": "2.2.1-dev",
"version": "2.2.1",
"author": {
"name": "Björn Brala",
"url": "http://www.swis.nl"
Expand Down
2 changes: 1 addition & 1 deletion src/sass/icons/_variables.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// DON'T MANUALLY EDIT THIS FILE; run `gulp build-icons` instead.
$context-menu-icons-cachebust: "1ugwy";
$context-menu-icons-cachebust: "2tuhk";
$context-menu-icons: (
add: "EA01",
copy: "EA02",
Expand Down

0 comments on commit 2a41ace

Please sign in to comment.