From edfa268d49651060fd5652dcb64364251f0f2111 Mon Sep 17 00:00:00 2001 From: Rafael Mardojai CM Date: Wed, 17 Nov 2021 17:59:45 -0500 Subject: [PATCH] Update versions to 94 --- README.md | 2 +- theme/gnome-theme.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5aa642c..6cba6ab 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ This is a bunch of CSS code to make Firefox look closer to GNOME's native apps. ### Firefox versions support -The `master` branch of this repo supports the current Firefox stable release `91`. +The `master` branch of this repo supports the current Firefox stable release `94`. Theme versions complatible with older Firefox releases are preserved as git tags. Use the `v78.1` tag for Firefox 78 ESR support. diff --git a/theme/gnome-theme.css b/theme/gnome-theme.css index bbdde8b..9a7f6bc 100644 --- a/theme/gnome-theme.css +++ b/theme/gnome-theme.css @@ -28,6 +28,6 @@ #customization-footer::before { background: url(../icon.svg) no-repeat; background-size: contain; - content: "Firefox GNOME theme v91"; + content: "Firefox GNOME theme v94"; padding: 9px 9px 9px 50px; }