From 59eee4080aa79a0671e98358f91ae1ef0c0806e1 Mon Sep 17 00:00:00 2001 From: Rafael Mardojai CM Date: Thu, 3 Oct 2024 11:37:22 -0500 Subject: [PATCH] Tag v131 --- README.md | 2 +- theme/gnome-theme.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 520a8e17..1ccceaeb 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 `129`. +The `master` branch of this repo supports the current Firefox stable release `131`. 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 2fd8c687..491e42cf 100644 --- a/theme/gnome-theme.css +++ b/theme/gnome-theme.css @@ -41,6 +41,6 @@ #customization-footer::before { background: url(../icon.svg) no-repeat; background-size: contain; - content: "Firefox GNOME theme v129"; + content: "Firefox GNOME theme v131"; padding: 9px 9px 9px 50px; }