diff --git a/README.md b/README.md index cae49d52..f8060544 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 `126`. +The `master` branch of this repo supports the current Firefox stable release `127`. 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 95f68eb9..bfbbe291 100644 --- a/theme/gnome-theme.css +++ b/theme/gnome-theme.css @@ -34,6 +34,6 @@ #customization-footer::before { background: url(../icon.svg) no-repeat; background-size: contain; - content: "Firefox GNOME theme v126"; + content: "Firefox GNOME theme v127"; padding: 9px 9px 9px 50px; }