Version 0.2.3.

This commit is contained in:
Bauke 2022-03-20 22:18:37 +01:00
parent c89156fe88
commit 6fc61d476c
Signed by: Bauke
GPG Key ID: C1C0F29952BCF558
1 changed files with 1 additions and 1 deletions

View File

@ -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;