diff --git a/README.md b/README.md index 78c2547..3fad03e 100644 --- a/README.md +++ b/README.md @@ -29,9 +29,9 @@ 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 `102`. +The `master` branch of this repo supports the current Firefox stable release `105`. -Theme versions complatible with older Firefox releases are preserved as git tags. Use the `v78.1` tag for Firefox 78 ESR support. +Theme versions complatible with older Firefox releases are preserved as git tags. We also have the `beta` branch for fixes only aplicable to the current Firefox beta version. diff --git a/theme/gnome-theme.css b/theme/gnome-theme.css index 0c8e029..5db47c3 100644 --- a/theme/gnome-theme.css +++ b/theme/gnome-theme.css @@ -31,6 +31,6 @@ #customization-footer::before { background: url(../icon.svg) no-repeat; background-size: contain; - content: "Firefox GNOME theme v102"; + content: "Firefox GNOME theme v105"; padding: 9px 9px 9px 50px; }