From 4daae5164945186ccadb038a0fcf61d9989db8c4 Mon Sep 17 00:00:00 2001 From: K1ngfish3r <26593485+K1ngfish3r@users.noreply.github.com> Date: Fri, 17 Jul 2026 21:21:07 +0500 Subject: [PATCH] fix(novelfire): update url Signed-off-by: K1ngfish3r <26593485+K1ngfish3r@users.noreply.github.com> --- plugins/english/novelfire.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/english/novelfire.ts b/plugins/english/novelfire.ts index 59720bb87..22cc73696 100644 --- a/plugins/english/novelfire.ts +++ b/plugins/english/novelfire.ts @@ -9,9 +9,9 @@ import { storage } from '@libs/storage'; class NovelFire implements Plugin.PluginBase { id = 'novelfire'; name = 'Novel Fire'; - version = '1.4.3'; + version = '1.4.4'; icon = 'src/en/novelfire/icon.png'; - site = 'https://novelfire.net/'; + site = 'https://novelphoenix.com/'; webStorageUtilized = true; novelList = new Set(); draw = 0;