From 1d36f05abcd842de3fe8ec9e1b220ecb41d9ebbc Mon Sep 17 00:00:00 2001 From: "mr. m" <91018726+mr-cheffy@users.noreply.github.com> Date: Tue, 25 Nov 2025 18:03:52 +0100 Subject: [PATCH] chore: Sync upstream Firefox to version 145.0.2, p=#11425 * chore: Sync upstream to `Firefox 145.0.2` * Update Twilight version to RC 145.0.2 in README Signed-off-by: mr. m <91018726+mr-cheffy@users.noreply.github.com> * Update candidate version to 145.0.2 Signed-off-by: mr. m <91018726+mr-cheffy@users.noreply.github.com> --------- Signed-off-by: mr. m <91018726+mr-cheffy@users.noreply.github.com> --- README.md | 4 ++-- build/firefox-cache/l10n-last-commit-hash | 2 +- surfer.json | 6 +++--- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 538f3a383..f59803ce6 100644 --- a/README.md +++ b/README.md @@ -34,8 +34,8 @@ Zen is a firefox-based browser with the aim of pushing your productivity to a ne ### Firefox Versions -- [`Release`](https://zen-browser.app/download) - Is currently built using Firefox version `145.0.1`! 🚀 -- [`Twilight`](https://zen-browser.app/download?twilight) - Is currently built using Firefox version `RC 145.0.1`! +- [`Release`](https://zen-browser.app/download) - Is currently built using Firefox version `145.0.2`! 🚀 +- [`Twilight`](https://zen-browser.app/download?twilight) - Is currently built using Firefox version `RC 145.0.2`! ### Contributing diff --git a/build/firefox-cache/l10n-last-commit-hash b/build/firefox-cache/l10n-last-commit-hash index 9839d1fa1..46bf23512 100644 --- a/build/firefox-cache/l10n-last-commit-hash +++ b/build/firefox-cache/l10n-last-commit-hash @@ -1 +1 @@ -99a389c2413be0374ee04b10021ed269c0387b45 \ No newline at end of file +37df51b9bc9a584158ac1b42dc2da8c5e49fac83 \ No newline at end of file diff --git a/surfer.json b/surfer.json index 1ce7d9305..7f1885ec2 100644 --- a/surfer.json +++ b/surfer.json @@ -5,8 +5,8 @@ "binaryName": "zen", "version": { "product": "firefox", - "version": "145.0.1", - "candidate": "145.0.1" + "version": "145.0.2", + "candidate": "145.0.2" }, "buildOptions": { "generateBranding": true @@ -53,4 +53,4 @@ "licenseType": "MPL-2.0" }, "updateHostname": "updates.zen-browser.app" -} \ No newline at end of file +}