From 9ea7835bb6947eda001a41d85d1d13b8173c1322 Mon Sep 17 00:00:00 2001 From: CanadaHonk Date: Thu, 19 Jan 2023 21:14:55 +0000 Subject: [PATCH] chore: bump alpha --- package.json | 2 +- src/index.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 9a18a69..7f55e7c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@gluon-framework/gluon", - "version": "0.12.0-alpha.0", + "version": "0.12.0-alpha.1", "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 b2fe73c..c57fc26 100644 --- a/src/index.js +++ b/src/index.js @@ -8,7 +8,7 @@ import Firefox from './browser/firefox.js'; import LocalServer from './lib/local/server.js'; -process.versions.gluon = '0.12.0-alpha.0'; +process.versions.gluon = '0.12.0-alpha.1'; const __filename = fileURLToPath(import.meta.url); const __dirname = dirname(__filename);