1
0
mirror of https://github.com/chinchang/web-maker.git synced 2025-08-08 22:36:31 +02:00

bump to 6.4.1

This commit is contained in:
Kushagra Gour
2025-07-29 16:36:32 +05:30
parent 03a4dbff3d
commit e7bdff71f7
4 changed files with 5 additions and 5 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "web-maker",
"version": "6.4.0",
"version": "6.4.1",
"description": "A blazing fast & offline web playground",
"scripts": {
"start": "concurrently --kill-others \"gulp start-preview-server\" \"npm run -s dev\"",

View File

@@ -44,7 +44,7 @@ import { trackEvent } from '../analytics';
import { deferred } from '../deferred';
import { alertsService } from '../notifications';
import { auth } from '../firebaseInit';
import { onAuthStateChanged } from 'firebase/auth';
import { onAuthStateChanged } from 'firebase/auth/web-extension';
import { Profile } from './Profile';
import { authh } from '../auth';
import { SupportDeveloperModal } from './SupportDeveloperModal';
@@ -84,7 +84,7 @@ if (module.hot) {
}
const UNSAVED_WARNING_COUNT = 15;
const version = '6.4.0';
const version = '6.4.1';
// Read forced settings as query parameters
window.forcedSettings = {};

View File

@@ -1,6 +1,6 @@
{
"name": "Web Maker",
"version": "6.4.0",
"version": "6.4.1",
"manifest_version": 3,
"description": "Blazing fast & offline playground for your web experiments",
"homepage_url": "https://webmaker.app",

View File

@@ -35,7 +35,7 @@
<body>
<h3>
Settings
<span style="opacity: 0.6; font-size: 0.7em"> v6.4.0</span>
<span style="opacity: 0.6; font-size: 0.7em"> v6.4.1</span>
</h3>
<form name="optionsForm">
<label>