diff options
| author | Christoph Schlosser <christoph@linux.com> | 2019-04-13 14:25:17 +0200 |
|---|---|---|
| committer | Christoph Schlosser <christophschlosser@users.noreply.github.com> | 2019-04-13 14:33:16 +0200 |
| commit | 969fd3d3f5572f31c955c5b719a8e889cecda76b (patch) | |
| tree | a817a84f27e1d337025bd90cb7d4f5a94f11a5ab /src/extension.ts | |
| parent | e174b7f8635b1cc8b027abe3fdb5e66eed566eca (diff) | |
| download | doxdocgen-0.4.2.tar.gz | |
Release 0.4.20.4.2
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 4c8d715..7a17b52 100644 --- a/src/extension.ts +++ b/src/extension.ts @@ -12,8 +12,8 @@ enum ConfigChangedNotificationOptions { } enum Version { - CURRENT = "0.4.1", - PREVIOUS = "0.4.0", + CURRENT = "0.4.2", + PREVIOUS = "0.4.1", KEY = "doxdocgen_version", } |