Bump to v5.3.1

Two releases a day? Yes.
This commit is contained in:
daudix
2024-09-30 06:47:16 +03:00
parent f176f1ab48
commit 678d74ee09
3 changed files with 6 additions and 4 deletions

View File

@ -70,7 +70,7 @@ It is highly recommended to switch from the `main` branch to the latest release:
```bash
cd themes/duckquill
git checkout tags/v5.3.0
git checkout tags/v5.3.1
```
Then, enable it in your `config.toml`:
@ -84,7 +84,7 @@ To update the theme, simply switch to a new tag:
```bash
git submodule update --remote --merge
cd themes/duckquill
git checkout tags/v5.3.0
git checkout tags/v5.3.1
```
{% alert(important=true) %}