upadated version number and readme

This commit is contained in:
david deraedt 2014-03-26 10:30:02 +01:00
parent 71cc72fd93
commit 6edd943d5f
2 changed files with 1 additions and 4 deletions

View file

@ -16,7 +16,4 @@ Alternatively, use the keyboard shortcut `CTRL`+`Alt`+`A` on Windows, or `⌘`+`
This will create a JSDoc like annotation according to the function signature. It will add ```@private``` if the function starts with an underscore. It will create a ```@param``` for each parameter.
Known issues
=====
No ```@return``` is generated since the extension only looks at the function signature to generate the annotation, not its body.

View file

@ -3,7 +3,7 @@
"title": "Annotate",
"description": "Generates JSDoc annotations for your functions.",
"homepage": "https://github.com/davidderaedt/annotate-extension",
"version": "1.0.0",
"version": "1.1.0",
"author": "David Deraedt <dderaedt@adobe.com> (http://www.dehats.com)",
"license": "MIT",
"engines": {