diff options
| author | Christoph Schlosser <christophschlosser@users.noreply.github.com> | 2020-06-29 21:35:58 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-06-29 21:35:58 +0200 |
| commit | 0c88788f3cdb4838ac505dacff26d394f261084a (patch) | |
| tree | a3815ede3b43cdb329cb9eb7a7024631f32f152d /src | |
| parent | e689a0085cdd5329611a982f666104cec1477a03 (diff) | |
| download | doxdocgen-0c88788f3cdb4838ac505dacff26d394f261084a.tar.gz | |
Release 0.7.1 (#163)0.7.1
Diffstat (limited to 'src')
| -rw-r--r-- | src/extension.ts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/extension.ts b/src/extension.ts index 9638f28..8c4d92e 100644 --- a/src/extension.ts +++ b/src/extension.ts @@ -5,8 +5,8 @@ import * as vscode from "vscode"; import CodeParserController from "./CodeParserController"; enum Version { - CURRENT = "0.7.0", - PREVIOUS = "0.6.0", + CURRENT = "0.7.1", + PREVIOUS = "0.7.0", KEY = "doxdocgen_version", } |