Version 0.2.5.

This commit is contained in:
Bauke 2022-03-21 10:44:18 +01:00
parent 4b9a890861
commit c9627fed24
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.4';
const queueVersion = '0.2.5';
const targetBrowser = process.env.VITE_BROWSER ?? 'firefox';
process.env.VITE_BROWSER = targetBrowser;