release: 0.12.0-alpha.2
This commit is contained in:
parent
97b8a7a82d
commit
b67fcfcbe7
@ -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",
|
||||
|
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user