diff --git a/package.json b/package.json index 58feba1..6a894e1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "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.", "main": "src/index.js", "types": "gluon.d.ts", diff --git a/src/index.js b/src/index.js index d09bcd8..79243d7 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.0'; +process.versions.gluon = '0.13.0-alpha.1'; const __filename = fileURLToPath(import.meta.url); const __dirname = dirname(__filename);