Skip to content

Commit 017c76e

Browse files
committed
Bumping version to 1.4.0
1 parent 14cb469 commit 017c76e

File tree

4 files changed

+113
-107
lines changed

4 files changed

+113
-107
lines changed

bower.json

Lines changed: 43 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -1,45 +1,45 @@
11
{
2-
"name": "ui-contextmenu",
3-
"description": "Turn a jQuery UI Menu widget into a contextmenu.",
4-
"version": "1.4.0-1",
5-
"main": [
6-
"jquery.ui-contextmenu.js"
7-
],
8-
"license": "MIT",
9-
"ignore": [
10-
"**/.*",
11-
"/bin",
12-
"/demo",
13-
"/lib",
14-
"/test",
15-
"bower.json",
16-
"ui-contextmenu.jquery.json",
17-
"Gruntfile.coffee"
18-
],
19-
"keywords": [
20-
"context-menu",
21-
"contextmenu",
22-
"delegate",
23-
"jquery-ui-menu",
24-
"menu",
25-
"navigation",
26-
"popup",
27-
"right-click",
28-
"right-click-menu"
29-
],
30-
"authors": [
31-
{
32-
"name": "Martin Wendt",
33-
"homepage": "http://careers.stackoverflow.com/martin-wendt"
34-
}
35-
],
36-
"repository": {
37-
"type": "git",
38-
"url": "https://github.com/mar10/jquery-ui-contextmenu"
39-
},
40-
"dependencies": {
41-
"jquery": ">=1.7",
42-
"jquery-ui": ">=1.9"
43-
},
44-
"devDependencies": {}
2+
"name": "ui-contextmenu",
3+
"description": "Turn a jQuery UI Menu widget into a contextmenu.",
4+
"version": "1.4.0",
5+
"main": [
6+
"jquery.ui-contextmenu.js"
7+
],
8+
"license": "MIT",
9+
"ignore": [
10+
"**/.*",
11+
"/bin",
12+
"/demo",
13+
"/lib",
14+
"/test",
15+
"bower.json",
16+
"ui-contextmenu.jquery.json",
17+
"Gruntfile.coffee"
18+
],
19+
"keywords": [
20+
"context-menu",
21+
"contextmenu",
22+
"delegate",
23+
"jquery-ui-menu",
24+
"menu",
25+
"navigation",
26+
"popup",
27+
"right-click",
28+
"right-click-menu"
29+
],
30+
"authors": [
31+
{
32+
"name": "Martin Wendt",
33+
"homepage": "http://careers.stackoverflow.com/martin-wendt"
34+
}
35+
],
36+
"repository": {
37+
"type": "git",
38+
"url": "https://github.com/mar10/jquery-ui-contextmenu"
39+
},
40+
"dependencies": {
41+
"jquery": ">=1.7",
42+
"jquery-ui": ">=1.9"
43+
},
44+
"devDependencies": {}
4545
}

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: 31 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -1,54 +1,54 @@
11
{
22
"name": "ui-contextmenu",
3-
"version": "1.3.1-1",
3+
"version": "1.4.0",
44
"title": "jQuery UI context menu plugin",
55
"description": "Turn a jQuery UI Menu widget into a contextmenu.",
66
"keywords": [
7-
"context-menu",
8-
"contextmenu",
9-
"delegate",
10-
"jquery-ui-menu",
11-
"menu",
12-
"navigation",
13-
"popup",
14-
"right-click",
15-
"right-click-menu"
7+
"context-menu",
8+
"contextmenu",
9+
"delegate",
10+
"jquery-ui-menu",
11+
"menu",
12+
"navigation",
13+
"popup",
14+
"right-click",
15+
"right-click-menu"
1616
],
1717
"author": {
18-
"name": "Martin Wendt",
19-
"email": "jquery@wwwendt.de",
20-
"url": "http://careers.stackoverflow.com/martin-wendt"
18+
"name": "Martin Wendt",
19+
"email": "jquery@wwwendt.de",
20+
"url": "http://careers.stackoverflow.com/martin-wendt"
2121
},
2222
"repository": {
23-
"type": "git",
24-
"url": "https://github.com/mar10/jquery-ui-contextmenu"
23+
"type": "git",
24+
"url": "https://github.com/mar10/jquery-ui-contextmenu"
2525
},
2626
"homepage": "https://github.com/mar10/jquery-ui-contextmenu",
2727
"demo": "http://wwwendt.de/tech/demo/jquery-contextmenu/demo/",
2828
"docs": "https://github.com/mar10/jquery-ui-contextmenu/blob/master/README.md",
2929
"bugs": "https://github.com/mar10/jquery-ui-contextmenu/issues",
3030
"licenses": [
31-
{
32-
"type": "MIT",
33-
"url": "https://github.com/mar10/jquery-ui-contextmenu/blob/master/MIT-LICENSE.txt"
34-
}
31+
{
32+
"type": "MIT",
33+
"url": "https://github.com/mar10/jquery-ui-contextmenu/blob/master/MIT-LICENSE.txt"
34+
}
3535
],
3636
"dependencies": {
37-
"jquery": ">=1.7"
37+
"jquery": ">=1.7"
3838
},
3939
"devDependencies": {
40-
"grunt": "~0.4.1",
41-
"grunt-contrib-concat": "~0.1.3",
42-
"grunt-contrib-connect": "~0.3.0",
43-
"grunt-contrib-jshint": "~0.3.0",
44-
"grunt-contrib-qunit": "~0.2.0",
45-
"grunt-contrib-uglify": "~0.2.0",
46-
"grunt-exec": "~0.4.0",
47-
"grunt-saucelabs": "~4.1.2",
48-
"grunt-contrib-watch": "~0.5.3",
49-
"grunt-yabs": "0.0.2"
40+
"grunt": "~0.4.1",
41+
"grunt-contrib-concat": "~0.1.3",
42+
"grunt-contrib-connect": "~0.3.0",
43+
"grunt-contrib-jshint": "~0.3.0",
44+
"grunt-contrib-qunit": "~0.2.0",
45+
"grunt-contrib-uglify": "~0.2.0",
46+
"grunt-exec": "~0.4.0",
47+
"grunt-saucelabs": "~4.1.2",
48+
"grunt-contrib-watch": "~0.5.3",
49+
"grunt-yabs": "0.0.2"
5050
},
5151
"scripts": {
52-
"test": "grunt ci --verbose"
52+
"test": "grunt ci --verbose"
5353
}
5454
}

ui-contextmenu.jquery.json

Lines changed: 37 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,40 @@
11
{
2-
"name": "ui-contextmenu",
3-
"version": "1.4.0-1",
4-
5-
"title": "jQuery UI context menu plugin",
6-
"description": "Turn a jQuery UI Menu widget into a contextmenu.",
7-
"keywords": ["context-menu", "contextmenu", "delegate",
8-
"jquery-ui-menu", "menu", "navigation", "popup",
9-
"right-click", "right-click-menu"],
10-
11-
"author": {
12-
"name": "Martin Wendt",
13-
"email": "jquery@wwwendt.de",
14-
"url": "http://careers.stackoverflow.com/martin-wendt"
15-
},
16-
"repository": {
17-
"type": "git",
18-
"url": "https://github.com/mar10/jquery-ui-contextmenu"
19-
},
20-
"homepage": "https://github.com/mar10/jquery-ui-contextmenu",
21-
"demo": "http://wwwendt.de/tech/demo/jquery-contextmenu/demo/",
22-
"docs": "https://github.com/mar10/jquery-ui-contextmenu/blob/master/README.md",
23-
"bugs": "https://github.com/mar10/jquery-ui-contextmenu/issues",
24-
"licenses": [
25-
{
26-
"type": "MIT",
27-
"url": "https://github.com/mar10/jquery-ui-contextmenu/blob/master/MIT-LICENSE.txt"
28-
}
29-
],
30-
"dependencies": {
31-
"jquery": ">=1.7",
32-
"jqueryui": ">=1.9"
2+
"name": "ui-contextmenu",
3+
"version": "1.4.0",
4+
"title": "jQuery UI context menu plugin",
5+
"description": "Turn a jQuery UI Menu widget into a contextmenu.",
6+
"keywords": [
7+
"context-menu",
8+
"contextmenu",
9+
"delegate",
10+
"jquery-ui-menu",
11+
"menu",
12+
"navigation",
13+
"popup",
14+
"right-click",
15+
"right-click-menu"
16+
],
17+
"author": {
18+
"name": "Martin Wendt",
19+
"email": "jquery@wwwendt.de",
20+
"url": "http://careers.stackoverflow.com/martin-wendt"
21+
},
22+
"repository": {
23+
"type": "git",
24+
"url": "https://github.com/mar10/jquery-ui-contextmenu"
25+
},
26+
"homepage": "https://github.com/mar10/jquery-ui-contextmenu",
27+
"demo": "http://wwwendt.de/tech/demo/jquery-contextmenu/demo/",
28+
"docs": "https://github.com/mar10/jquery-ui-contextmenu/blob/master/README.md",
29+
"bugs": "https://github.com/mar10/jquery-ui-contextmenu/issues",
30+
"licenses": [
31+
{
32+
"type": "MIT",
33+
"url": "https://github.com/mar10/jquery-ui-contextmenu/blob/master/MIT-LICENSE.txt"
3334
}
35+
],
36+
"dependencies": {
37+
"jquery": ">=1.7",
38+
"jqueryui": ">=1.9"
39+
}
3440
}

0 commit comments

Comments
 (0)