diff --git a/README.md b/README.md index 8d7f9b4..3c7a8c8 100644 --- a/README.md +++ b/README.md @@ -30,19 +30,19 @@ From the official GNOME Shell Extensions website: Or -[latest]: https://github.com/ionutbortis/gnome-bedtime-mode/releases/download/v15.0/gnome-bedtime-mode_15.0.zip +[latest]: https://github.com/ionutbortis/gnome-bedtime-mode/releases/download/v16.0/gnome-bedtime-mode_16.0.zip You can download the [latest release package][latest] and manually install it to your extensions folder. The latest package only supports Gnome versions '43' and '44'! For older Gnome versions please use the official [GNOME Shell Extensions website][ego] mentioned above. ``` -wget https://github.com/ionutbortis/gnome-bedtime-mode/releases/download/v15.0/gnome-bedtime-mode_15.0.zip +wget https://github.com/ionutbortis/gnome-bedtime-mode/releases/download/v16.0/gnome-bedtime-mode_16.0.zip # (Or manually download via browser and run the next commands from the download folder) -gnome-extensions install --force gnome-bedtime-mode_15.0.zip +gnome-extensions install --force gnome-bedtime-mode_16.0.zip -rm gnome-bedtime-mode_15.0.zip +rm gnome-bedtime-mode_16.0.zip ``` Next, you need to log out and log in again into your user account diff --git a/po/bedtime-mode.pot b/po/bedtime-mode.pot index cf610bc..df5a8b8 100644 --- a/po/bedtime-mode.pot +++ b/po/bedtime-mode.pot @@ -6,9 +6,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: gnome-bedtime-mode 15\n" +"Project-Id-Version: gnome-bedtime-mode 16\n" "Report-Msgid-Bugs-To: ionutbortis@gmail.com\n" -"POT-Creation-Date: 2023-04-18 12:15+0300\n" +"POT-Creation-Date: 2023-04-18 12:51+0300\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/src/metadata.json b/src/metadata.json index 75864d0..135b442 100644 --- a/src/metadata.json +++ b/src/metadata.json @@ -7,5 +7,5 @@ "shell-version": ["43", "44"], "url": "https://github.com/ionutbortis/gnome-bedtime-mode", "uuid": "gnomebedtime@ionutbortis.gmail.com", - "version": 15 + "version": 16 }