From e7bdff71f72f9d6d1fc13f7947fecdd25c238a39 Mon Sep 17 00:00:00 2001 From: Kushagra Gour Date: Tue, 29 Jul 2025 16:36:32 +0530 Subject: [PATCH] bump to 6.4.1 --- package.json | 2 +- src/components/app.jsx | 4 ++-- src/manifest.json | 2 +- src/options.html | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 1b80d2f..dbb2d04 100644 --- a/package.json +++ b/package.json @@ -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\"", diff --git a/src/components/app.jsx b/src/components/app.jsx index 3a5deb6..3ca2382 100644 --- a/src/components/app.jsx +++ b/src/components/app.jsx @@ -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 = {}; diff --git a/src/manifest.json b/src/manifest.json index 3eaf6eb..d0d2a2b 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -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", diff --git a/src/options.html b/src/options.html index 87c47ec..7f325ef 100644 --- a/src/options.html +++ b/src/options.html @@ -35,7 +35,7 @@

Settings - v6.4.0 + v6.4.1