diff options
| author | Christoph Schlosser <christoph@linux.com> | 2018-07-06 20:02:53 +0200 |
|---|---|---|
| committer | Christoph Schlosser <christophschlosser@users.noreply.github.com> | 2018-07-06 20:10:38 +0200 |
| commit | 1fa12911c78438c8fdce6358f61731640fe29b20 (patch) | |
| tree | 947d57ac97ffd7ea14c6c2c8b4005fa3d848bdb8 /src/extension.ts | |
| parent | 63412efa8aa51ffb76afc5a5adec7ea3354e973a (diff) | |
| download | doxdocgen-1fa12911c78438c8fdce6358f61731640fe29b20.tar.gz | |
Release 0.3.30.3.3
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 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", } |