diff --git a/README.md b/README.md index 9aab1bfa..34a53c2d 100644 --- a/README.md +++ b/README.md @@ -103,6 +103,10 @@ $.contextMenu is published under the [MIT license](http://www.opensource.org/lic ## Changelog ## +### 1.6.6 (July 12th 2014) ### + +* fixing bower manifest + ### 1.6.5 (January 20th 2013) ### * fixing "opening a second menu can break the layer" - ([Issue #105](https://github.com/medialize/jQuery-contextMenu/issues/105)) diff --git a/bower.json b/bower.json index 725ba776..c58b74c7 100644 --- a/bower.json +++ b/bower.json @@ -1,10 +1,10 @@ { - "name": "contextMenu", + "name": "jQuery-contextMenu", "version": "1.6.6", - "main": ["src/jquery.contextMenu.css", "src/jquery.contextMenu.js", "src/jquery.ui.position.js", "src/images/*.png"], + "main": ["src/jquery.contextMenu.js", "src/jquery.ui.position.js", "src/jquery.contextMenu.css", "src/images/*.png"], "homepage": "http://medialize.github.com/jQuery-contextMenu/", "authors": [ - "Rodney Rehm " + "Rodney Rehm (http://rodneyrehm.de/en)" ], "description": "Full featured context menu handler capable of handling thousands of elements", "keywords": ["contextmenu", "context-menu", "right-click-menu", "right-click", "navigation", "menu"],