chore: bump version to 0.14.0-alpha.0

This commit is contained in:
CanadaHonk 2023-04-05 15:34:35 +01:00
parent e961cba329
commit 235301f566
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@gluon-framework/gluon",
"version": "0.13.5",
"version": "0.14.0-alpha.0",
"description": "Make websites into desktop apps with system installed browsers and NodeJS.",
"main": "src/index.js",
"types": "gluon.d.ts",

View File

@ -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.5';
process.versions.gluon = '0.14.0-alpha.0';
const __filename = fileURLToPath(import.meta.url);
const __dirname = dirname(__filename);