release: 0.12.3

This commit is contained in:
CanadaHonk 2023-01-31 20:27:11 +00:00
parent 6d71a7713d
commit afcd013292
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@gluon-framework/gluon",
"version": "0.12.2",
"version": "0.12.3",
"description": "Make websites into desktop apps with system installed browsers and NodeJS.",
"main": "src/index.js",
"types": "gluon.d.ts",

View File

@ -8,7 +8,7 @@ import Firefox from './browser/firefox.js';
import LocalServer from './lib/local/server.js';
process.versions.gluon = '0.12.2';
process.versions.gluon = '0.12.3';
const __filename = fileURLToPath(import.meta.url);
const __dirname = dirname(__filename);