chore: bump alpha
This commit is contained in:
parent
c76436c5e5
commit
9ea7835bb6
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@gluon-framework/gluon",
|
"name": "@gluon-framework/gluon",
|
||||||
"version": "0.12.0-alpha.0",
|
"version": "0.12.0-alpha.1",
|
||||||
"description": "Make websites into desktop apps with system installed browsers and NodeJS.",
|
"description": "Make websites into desktop apps with system installed browsers and NodeJS.",
|
||||||
"main": "src/index.js",
|
"main": "src/index.js",
|
||||||
"types": "gluon.d.ts",
|
"types": "gluon.d.ts",
|
||||||
|
@ -8,7 +8,7 @@ import Firefox from './browser/firefox.js';
|
|||||||
|
|
||||||
import LocalServer from './lib/local/server.js';
|
import LocalServer from './lib/local/server.js';
|
||||||
|
|
||||||
process.versions.gluon = '0.12.0-alpha.0';
|
process.versions.gluon = '0.12.0-alpha.1';
|
||||||
|
|
||||||
const __filename = fileURLToPath(import.meta.url);
|
const __filename = fileURLToPath(import.meta.url);
|
||||||
const __dirname = dirname(__filename);
|
const __dirname = dirname(__filename);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user