release: 0.13.0-alpha.1

This commit is contained in:
Oj 2023-02-02 16:25:27 +00:00
parent 43cd73b653
commit 65b31bb203
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{ {
"name": "@gluon-framework/gluon", "name": "@gluon-framework/gluon",
"version": "0.13.0-alpha.0", "version": "0.13.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",

View File

@ -9,7 +9,7 @@ import Firefox from './browser/firefox.js';
import * as ExtensionsAPI from './extensions.js'; import * as ExtensionsAPI from './extensions.js';
import LocalHTTP from './lib/local/http.js'; import LocalHTTP from './lib/local/http.js';
process.versions.gluon = '0.13.0-alpha.0'; process.versions.gluon = '0.13.0-alpha.1';
const __filename = fileURLToPath(import.meta.url); const __filename = fileURLToPath(import.meta.url);
const __dirname = dirname(__filename); const __dirname = dirname(__filename);