Skip to content

Commit fb817d6

Browse files
committed
Bumping version to 1.8.0
1 parent e5acd50 commit fb817d6

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "ui-contextmenu",
33
"description": "Turn a jQuery UI Menu widget into a contextmenu.",
4-
"version": "1.7.1-0",
4+
"version": "1.8.0",
55
"main": [
66
"jquery.ui-contextmenu.js"
77
],

jquery.ui-contextmenu.min.js

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

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ui-contextmenu",
3-
"version": "1.7.1-0",
3+
"version": "1.8.0",
44
"title": "jQuery UI context menu plugin",
55
"description": "Turn a jQuery UI Menu widget into a contextmenu.",
66
"keywords": [
@@ -52,4 +52,4 @@
5252
"scripts": {
5353
"test": "grunt ci --verbose"
5454
}
55-
}
55+
}

test/issue-80-async.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@
9696
setTimeout(function(){
9797
$(document)
9898
.contextmenu("setEntry", "test", {
99-
title: "test dynamic", cmd: "test",
99+
title: "test dynamic", cmd: "test",
100100
children: [
101101
{title: "dyn sub 1", cmd: "test_1"},
102102
{title: "dyn sub 2", cmd: "test_2"}

ui-contextmenu.jquery.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ui-contextmenu",
3-
"version": "1.7.1-0",
3+
"version": "1.8.0",
44
"title": "jQuery UI context menu plugin",
55
"description": "Turn a jQuery UI Menu widget into a contextmenu.",
66
"keywords": [

0 commit comments

Comments
 (0)