summaryrefslogtreecommitdiffstats
path: root/src/extension.ts
diff options
context:
space:
mode:
authorChristoph Schlosser <2466365+cschlosser@users.noreply.github.com>2020-10-19 19:26:54 +0200
committerGitHub <noreply@github.com>2020-10-19 19:26:54 +0200
commitc703c6a053e113e1bac2de8991199f13e5d007d9 (patch)
tree1127ecca9c5df9d5e00a25556f229634a6fcdf8a /src/extension.ts
parent771d246a96cd476fa9fddf600c532a28b2efd93a (diff)
downloaddoxdocgen-c703c6a053e113e1bac2de8991199f13e5d007d9.tar.gz
Release 1.1.0 (#189)1.1.0
* Release 1.1.0 * Make linter happy
Diffstat (limited to 'src/extension.ts')
-rw-r--r--src/extension.ts4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/extension.ts b/src/extension.ts
index cc9f3bb..3329ee4 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 = "1.0.1",
- PREVIOUS = "1.0.0",
+ CURRENT = "1.1.0",
+ PREVIOUS = "1.0.1",
KEY = "doxdocgen_version",
}