release: 0.13.0-alpha.2
This commit is contained in:
parent
be3a4b0bd2
commit
c030dbb83e
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@gluon-framework/gluon",
|
||||
"version": "0.13.0-alpha.1",
|
||||
"version": "0.13.0-alpha.2",
|
||||
"description": "Make websites into desktop apps with system installed browsers and NodeJS.",
|
||||
"main": "src/index.js",
|
||||
"types": "gluon.d.ts",
|
||||
|
@ -9,7 +9,7 @@ import Firefox from './browser/firefox.js';
|
||||
import * as ExtensionsAPI from './extensions.js';
|
||||
import LocalHTTP from './lib/local/http.js';
|
||||
|
||||
process.versions.gluon = '0.13.0-alpha.1';
|
||||
process.versions.gluon = '0.13.0-alpha.2';
|
||||
|
||||
const __filename = fileURLToPath(import.meta.url);
|
||||
const __dirname = dirname(__filename);
|
||||
|
Loading…
x
Reference in New Issue
Block a user