diff options
| author | Christoph Schlosser <christophschlosser@users.noreply.github.com> | 2020-03-15 10:45:27 +0100 |
|---|---|---|
| committer | Christoph Schlosser <christoph@linux.com> | 2020-03-15 10:55:24 +0100 |
| commit | 38d5349b0e2b1177f45adc6a800360c32a6f70d1 (patch) | |
| tree | 1aa8e40ee51651e37964b5deb76377aea30b0485 /src | |
| parent | f235fa5258f8f0d572249255de41a3fae26f2f19 (diff) | |
| download | doxdocgen-38d5349b0e2b1177f45adc6a800360c32a6f70d1.tar.gz | |
Release 0.6.0 (#150)0.6.0
* Fix travis config as well
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 55f7e46..91668a2 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.5.2", - PREVIOUS = "0.5.1", + CURRENT = "0.6.0", + PREVIOUS = "0.5.2", KEY = "doxdocgen_version", } |