From 7c21bd3108a39f6ce56311dd9ffa97f7f433c4c6 Mon Sep 17 00:00:00 2001 From: Rafael Mardojai CM Date: Thu, 16 May 2024 10:42:12 -0500 Subject: [PATCH] Tag v126 --- README.md | 2 +- theme/gnome-theme.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5fde5bcc..3fc5c26a 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ Matrix room: [#firefox-gnome-theme:matrix.org](https://matrix.to/#/#firefox-gnom ### Firefox versions support -The `master` branch of this repo supports the current Firefox stable release `125`. +The `master` branch of this repo supports the current Firefox stable release `126`. Theme versions compatible with older Firefox releases are preserved as git tags. diff --git a/theme/gnome-theme.css b/theme/gnome-theme.css index 33f8f76d..4d1cbcb9 100644 --- a/theme/gnome-theme.css +++ b/theme/gnome-theme.css @@ -33,6 +33,6 @@ #customization-footer::before { background: url(../icon.svg) no-repeat; background-size: contain; - content: "Firefox GNOME theme v125"; + content: "Firefox GNOME theme v126"; padding: 9px 9px 9px 50px; }