diff options
| author | Christoph Schlosser <christoph@linux.com> | 2018-03-02 17:04:05 +0100 |
|---|---|---|
| committer | Christoph Schlosser <christophschlosser@users.noreply.github.com> | 2018-03-07 22:14:50 +0100 |
| commit | 6958e0d1f75314a48b55245a987e5397f8d7db7a (patch) | |
| tree | c9e54ec89189d210bf475dfaf93fac70c904fc96 /package.json | |
| parent | 8007bfeb16ee14adc39de76e995725c77643fd05 (diff) | |
| download | doxdocgen-6958e0d1f75314a48b55245a987e5397f8d7db7a.tar.gz | |
Release 0.3.00.3.0
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package.json b/package.json index 9362e32..b3ea724 100644 --- a/package.json +++ b/package.json @@ -1,8 +1,8 @@ { "name": "doxdocgen", "displayName": "Doxygen Documentation Generator", - "description": "Let it generate Doxygen documentation from your source code.", - "version": "0.2.1", + "description": "Let me generate Doxygen documentation from your source code for you.", + "version": "0.3.0", "publisher": "cschlosser", "engines": { "vscode": "^1.16.0" @@ -173,7 +173,7 @@ "url": "https://github.com/christophschlosser/doxdocgen.git" }, "bugs": { - "url": "https://github.com/christophschlosser/doxdocgen/issues?q=is%3Aopen+is%3Aissue+label%3Abug+" + "url": "https://github.com/christophschlosser/doxdocgen/labels/bug" }, "scripts": { "vscode:prepublish": "npm run compile", |