Skip to content

Commit bd36a91

Browse files
committed
New release
1 parent bd4e348 commit bd36a91

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -30,19 +30,19 @@ From the official GNOME Shell Extensions website:
3030

3131
Or
3232

33-
[latest]: https://github.com/ionutbortis/gnome-bedtime-mode/releases/download/v15.0/gnome-bedtime-mode_15.0.zip
33+
[latest]: https://github.com/ionutbortis/gnome-bedtime-mode/releases/download/v16.0/gnome-bedtime-mode_16.0.zip
3434

3535
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'!
3636

3737
For older Gnome versions please use the official [GNOME Shell Extensions website][ego] mentioned above.
3838

3939
```
40-
wget https://github.com/ionutbortis/gnome-bedtime-mode/releases/download/v15.0/gnome-bedtime-mode_15.0.zip
40+
wget https://github.com/ionutbortis/gnome-bedtime-mode/releases/download/v16.0/gnome-bedtime-mode_16.0.zip
4141
# (Or manually download via browser and run the next commands from the download folder)
4242
43-
gnome-extensions install --force gnome-bedtime-mode_15.0.zip
43+
gnome-extensions install --force gnome-bedtime-mode_16.0.zip
4444
45-
rm gnome-bedtime-mode_15.0.zip
45+
rm gnome-bedtime-mode_16.0.zip
4646
```
4747

4848
Next, you need to log out and log in again into your user account

po/bedtime-mode.pot

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
#, fuzzy
77
msgid ""
88
msgstr ""
9-
"Project-Id-Version: gnome-bedtime-mode 15\n"
9+
"Project-Id-Version: gnome-bedtime-mode 16\n"
1010
"Report-Msgid-Bugs-To: [email protected]\n"
11-
"POT-Creation-Date: 2023-04-18 12:15+0300\n"
11+
"POT-Creation-Date: 2023-04-18 12:51+0300\n"
1212
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1313
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1414
"Language-Team: LANGUAGE <[email protected]>\n"

src/metadata.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@
77
"shell-version": ["43", "44"],
88
"url": "https://github.com/ionutbortis/gnome-bedtime-mode",
99
"uuid": "[email protected]",
10-
"version": 15
10+
"version": 16
1111
}

0 commit comments

Comments
 (0)