From 09244e330efeb4d2042ba29f2c156e348a04723f Mon Sep 17 00:00:00 2001 From: Rafael Mardojai CM Date: Mon, 6 Feb 2023 13:47:27 -0500 Subject: [PATCH] Release v109 --- README.md | 2 +- theme/gnome-theme.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b32ae11..1debef6 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,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 `108`. +The `master` branch of this repo supports the current Firefox stable release `109`. Theme versions complatible with older Firefox releases are preserved as git tags. diff --git a/theme/gnome-theme.css b/theme/gnome-theme.css index df66818..fbf0718 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 v108.1"; + content: "Firefox GNOME theme v109"; padding: 9px 9px 9px 50px; }