From ecac4b99d490e57af2c0d5ffa89b5923ca838a35 Mon Sep 17 00:00:00 2001 From: Rafael Mardojai CM Date: Sat, 30 Sep 2023 19:48:27 -0500 Subject: [PATCH] Tag v118 --- README.md | 2 +- theme/gnome-theme.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b2bf574..7ca926a 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 `117`. +The `master` branch of this repo supports the current Firefox stable release `118`. 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 7e3a366..8de642e 100644 --- a/theme/gnome-theme.css +++ b/theme/gnome-theme.css @@ -33,6 +33,6 @@ #customization-footer::before { background: url(../icon.svg) no-repeat; background-size: contain; - content: "Firefox GNOME theme v117"; + content: "Firefox GNOME theme v118"; padding: 9px 9px 9px 50px; }