From ae48794e46f4fd99b830a00ab466aadaaf491511 Mon Sep 17 00:00:00 2001 From: CanadaHonk Date: Sat, 25 Feb 2023 11:40:57 +0000 Subject: [PATCH] chore: bump version to 0.14.x --- package.json | 2 +- src/index.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index a43f11a..ea54cd3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@gluon-framework/gluon", - "version": "0.13.3", + "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", diff --git a/src/index.js b/src/index.js index e0cb62f..5ce1866 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.3'; +process.versions.gluon = '0.14.0-alpha.0'; const __filename = fileURLToPath(import.meta.url); const __dirname = dirname(__filename);