From 175bd0d5bb123a99f7de91d6045a0a25f670dd65 Mon Sep 17 00:00:00 2001 From: Christoph Schlosser <2466365+cschlosser@users.noreply.github.com> Date: Sun, 4 Oct 2020 13:38:20 +0200 Subject: Release 1.0.0 (#180) * Reenable: Add env-var to replace env var in template strings (#175) * Release 1.0.0 * Add ls output to travis package step to see size of vsix --- src/extension.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/extension.ts') diff --git a/src/extension.ts b/src/extension.ts index ac80e03..e25e700 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 = "0.8.2", - PREVIOUS = "0.8.1", + CURRENT = "1.0.0", + PREVIOUS = "0.8.2", KEY = "doxdocgen_version", } -- cgit v1.2.3