Bump to v6.3.0

This commit is contained in:
daudix
2025-04-19 21:19:17 +03:00
parent 35d94aacdf
commit 7157ea479d
3 changed files with 14 additions and 4 deletions

View File

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