release: 0.12.1

re-release with bump to fix broken npm published version prior
This commit is contained in:
CanadaHonk 2023-01-30 15:18:24 +00:00
parent aa06f704af
commit 2936fd7b3f
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@gluon-framework/gluon",
"version": "0.12.0",
"version": "0.12.1",
"description": "Make websites into desktop apps with system installed browsers and NodeJS.",
"main": "src/index.js",
"types": "gluon.d.ts",

View File

@ -8,7 +8,7 @@ import Firefox from './browser/firefox.js';
import LocalServer from './lib/local/server.js';
process.versions.gluon = '0.12.0';
process.versions.gluon = '0.12.1';
const __filename = fileURLToPath(import.meta.url);
const __dirname = dirname(__filename);