From 6edd943d5ff338780fb4fabfdf0ed377c9a6e64c Mon Sep 17 00:00:00 2001 From: david deraedt Date: Wed, 26 Mar 2014 10:30:02 +0100 Subject: [PATCH] upadated version number and readme --- README.md | 3 --- package.json | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/README.md b/README.md index 11d45c7..038a172 100755 --- a/README.md +++ b/README.md @@ -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. diff --git a/package.json b/package.json index dac3dd8..8d8e417 100644 --- a/package.json +++ b/package.json @@ -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 (http://www.dehats.com)", "license": "MIT", "engines": {