From 6fc61d476c7c4095ddb50e5473077be9b25e0641 Mon Sep 17 00:00:00 2001 From: Bauke Date: Sun, 20 Mar 2022 22:18:37 +0100 Subject: [PATCH] Version 0.2.3. --- vite.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vite.config.ts b/vite.config.ts index f434a64..e0fcdbe 100644 --- a/vite.config.ts +++ b/vite.config.ts @@ -13,7 +13,7 @@ import webExtension from 'vite-plugin-web-extension'; const currentDir = path.dirname(url.fileURLToPath(import.meta.url)); const sourceDir = path.join(currentDir, 'source'); -const queueVersion = '0.2.2'; +const queueVersion = '0.2.3'; const targetBrowser = process.env.VITE_BROWSER ?? 'firefox'; process.env.VITE_BROWSER = targetBrowser;