Version 0.2.3.
This commit is contained in:
parent
c89156fe88
commit
6fc61d476c
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue