diff options
| author | Christoph Schlosser <2466365+cschlosser@users.noreply.github.com> | 2020-10-04 13:38:20 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-10-04 13:38:20 +0200 |
| commit | 175bd0d5bb123a99f7de91d6045a0a25f670dd65 (patch) | |
| tree | b9bdf29f7a9af9b9d1cfceb55d1ace265176bc9e /src/extension.ts | |
| parent | 6a541f4882e62bd37c37bb20962414d5e31d79a4 (diff) | |
| download | doxdocgen-1.0.0.tar.gz | |
Release 1.0.0 (#180)1.0.0
* Reenable: Add env-var to replace env var in template strings (#175)
* Release 1.0.0
* Add ls output to travis package step to see size of vsix
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 ac80e03..e25e700 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.8.2", - PREVIOUS = "0.8.1", + CURRENT = "1.0.0", + PREVIOUS = "0.8.2", KEY = "doxdocgen_version", } |