Skip to content

Commit

Permalink
New release
Browse files Browse the repository at this point in the history
  • Loading branch information
ionutbortis committed Apr 18, 2023
1 parent bd4e348 commit bd36a91
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions po/bedtime-mode.pot
Original file line number Diff line number Diff line change
Expand Up @@ -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 <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
Expand Down
2 changes: 1 addition & 1 deletion src/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

0 comments on commit bd36a91

Please sign in to comment.