From 587f049e08b8700c3de3f7f1459b996fd992fd39 Mon Sep 17 00:00:00 2001 From: Bauke Date: Mon, 21 Mar 2022 01:49:36 +0100 Subject: [PATCH] Version 0.2.4. --- vite.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vite.config.ts b/vite.config.ts index e0fcdbe..603777d 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.3'; +const queueVersion = '0.2.4'; const targetBrowser = process.env.VITE_BROWSER ?? 'firefox'; process.env.VITE_BROWSER = targetBrowser;