summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorChristoph Schlosser <christoph@linux.com>2018-07-06 20:02:53 +0200
committerChristoph Schlosser <christophschlosser@users.noreply.github.com>2018-07-06 20:10:38 +0200
commit1fa12911c78438c8fdce6358f61731640fe29b20 (patch)
tree947d57ac97ffd7ea14c6c2c8b4005fa3d848bdb8 /src
parent63412efa8aa51ffb76afc5a5adec7ea3354e973a (diff)
downloaddoxdocgen-1fa12911c78438c8fdce6358f61731640fe29b20.tar.gz
Release 0.3.30.3.3
Diffstat (limited to 'src')
-rw-r--r--src/extension.ts4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/extension.ts b/src/extension.ts
index 5ac1b01..f908350 100644
--- a/src/extension.ts
+++ b/src/extension.ts
@@ -12,8 +12,8 @@ enum ConfigChangedNotificationOptions {
}
enum Version {
- CURRENT = "0.3.2",
- PREVIOUS = "0.3.1",
+ CURRENT = "0.3.3",
+ PREVIOUS = "0.3.2",
KEY = "doxdocgen_version",
}