diff options
| author | Christoph Schlosser <christoph@linux.com> | 2020-07-01 20:56:15 +0200 |
|---|---|---|
| committer | Christoph Schlosser <christophschlosser@users.noreply.github.com> | 2020-07-02 07:40:15 +0200 |
| commit | ac4b6d6cb57c0e96bc235d5d64b48f539221f01b (patch) | |
| tree | 33722f81739788627af678653ef49570758162ae /src/extension.ts | |
| parent | e36e2a777bfb07a878cb31e5a55c1ffc30c15f43 (diff) | |
| download | doxdocgen-ac4b6d6cb57c0e96bc235d5d64b48f539221f01b.tar.gz | |
Release 0.7.20.7.2
Diffstat (limited to 'src/extension.ts')
| -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 8c4d92e..8c5c410 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.1", - PREVIOUS = "0.7.0", + CURRENT = "0.7.2", + PREVIOUS = "0.7.1", KEY = "doxdocgen_version", } |