From c030dbb83ef64af9f90dfef54639d1631193a21f Mon Sep 17 00:00:00 2001 From: CanadaHonk Date: Sun, 5 Feb 2023 10:57:30 +0000 Subject: [PATCH] release: 0.13.0-alpha.2 --- package.json | 2 +- src/index.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 6a894e1..f7076ce 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/src/index.js b/src/index.js index ba1b5bc..cbd7265 100644 --- a/src/index.js +++ b/src/index.js @@ -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);