release: 0.12.3
This commit is contained in:
parent
6d71a7713d
commit
afcd013292
@ -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",
|
||||
|
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user