release: 0.12.0-alpha.2

This commit is contained in:
CanadaHonk 2023-01-27 19:15:53 +00:00
parent 97b8a7a82d
commit b67fcfcbe7
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@gluon-framework/gluon",
"version": "0.12.0-alpha.1",
"version": "0.12.0-alpha.2",
"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.0-alpha.1';
process.versions.gluon = '0.12.0-alpha.2';
const __filename = fileURLToPath(import.meta.url);
const __dirname = dirname(__filename);