diff options
| author | Christoph Schlosser <christoph@linux.com> | 2018-09-29 19:11:52 +0200 |
|---|---|---|
| committer | Christoph Schlosser <christophschlosser@users.noreply.github.com> | 2018-09-29 19:25:19 +0200 |
| commit | 2e260f80ba6aa4c8a9d05f7f5455e445a06464e0 (patch) | |
| tree | 539490123e03d22322982179f7ff3d1cd3c0c834 /src | |
| parent | b52d8dd0e95d1f67ebb91007de05724955e555e5 (diff) | |
| download | doxdocgen-2e260f80ba6aa4c8a9d05f7f5455e445a06464e0.tar.gz | |
Release 0.4.0
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 f908350..0690ef4 100644 --- a/src/extension.ts +++ b/src/extension.ts @@ -12,8 +12,8 @@ enum ConfigChangedNotificationOptions { } enum Version { - CURRENT = "0.3.3", - PREVIOUS = "0.3.2", + CURRENT = "0.4.0", + PREVIOUS = "0.3.3", KEY = "doxdocgen_version", } |