Skip to content
This repository has been archived by the owner on Aug 14, 2021. It is now read-only.

Commit

Permalink
Bumping version to 1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mar10 committed Jun 22, 2014
1 parent b7a5d09 commit 0ffe89b
Show file tree
Hide file tree
Showing 4 changed files with 34 additions and 34 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ui-contextmenu",
"description": "Turn a jQuery UI Menu widget into a contextmenu.",
"version": "1.4.0",
"version": "1.4.1",
"main": [
"jquery.ui-contextmenu.js"
],
Expand Down
2 changes: 1 addition & 1 deletion jquery.ui-contextmenu.min.js

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

62 changes: 31 additions & 31 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,54 +1,54 @@
{
"name": "ui-contextmenu",
"version": "1.4.0",
"version": "1.4.1",
"title": "jQuery UI context menu plugin",
"description": "Turn a jQuery UI Menu widget into a contextmenu.",
"keywords": [
"context-menu",
"contextmenu",
"delegate",
"jquery-ui-menu",
"menu",
"navigation",
"popup",
"right-click",
"right-click-menu"
"context-menu",
"contextmenu",
"delegate",
"jquery-ui-menu",
"menu",
"navigation",
"popup",
"right-click",
"right-click-menu"
],
"author": {
"name": "Martin Wendt",
"email": "jquery@wwwendt.de",
"url": "http://careers.stackoverflow.com/martin-wendt"
"name": "Martin Wendt",
"email": "jquery@wwwendt.de",
"url": "http://careers.stackoverflow.com/martin-wendt"
},
"repository": {
"type": "git",
"url": "https://github.com/mar10/jquery-ui-contextmenu"
"type": "git",
"url": "https://github.com/mar10/jquery-ui-contextmenu"
},
"homepage": "https://github.com/mar10/jquery-ui-contextmenu",
"demo": "http://wwwendt.de/tech/demo/jquery-contextmenu/demo/",
"docs": "https://github.com/mar10/jquery-ui-contextmenu/blob/master/README.md",
"bugs": "https://github.com/mar10/jquery-ui-contextmenu/issues",
"licenses": [
{
"type": "MIT",
"url": "https://github.com/mar10/jquery-ui-contextmenu/blob/master/MIT-LICENSE.txt"
}
{
"type": "MIT",
"url": "https://github.com/mar10/jquery-ui-contextmenu/blob/master/MIT-LICENSE.txt"
}
],
"dependencies": {
"jquery": ">=1.7"
"jquery": ">=1.7"
},
"devDependencies": {
"grunt": "~0.4.1",
"grunt-contrib-concat": "~0.1.3",
"grunt-contrib-connect": "~0.3.0",
"grunt-contrib-jshint": "~0.3.0",
"grunt-contrib-qunit": "~0.2.0",
"grunt-contrib-uglify": "~0.2.0",
"grunt-exec": "~0.4.0",
"grunt-saucelabs": "~4.1.2",
"grunt-contrib-watch": "~0.5.3",
"grunt-yabs": "0.0.3"
"grunt": "~0.4.1",
"grunt-contrib-concat": "~0.1.3",
"grunt-contrib-connect": "~0.3.0",
"grunt-contrib-jshint": "~0.3.0",
"grunt-contrib-qunit": "~0.2.0",
"grunt-contrib-uglify": "~0.2.0",
"grunt-exec": "~0.4.0",
"grunt-saucelabs": "~4.1.2",
"grunt-contrib-watch": "~0.5.3",
"grunt-yabs": "0.0.3"
},
"scripts": {
"test": "grunt ci --verbose"
"test": "grunt ci --verbose"
}
}
2 changes: 1 addition & 1 deletion ui-contextmenu.jquery.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ui-contextmenu",
"version": "1.4.0",
"version": "1.4.1",
"title": "jQuery UI context menu plugin",
"description": "Turn a jQuery UI Menu widget into a contextmenu.",
"keywords": [
Expand Down

0 comments on commit 0ffe89b

Please sign in to comment.