Bump to v4.2.0

This commit is contained in:
daudix
2024-08-06 03:10:02 +03:00
parent 9e2e1f23d1
commit b7a3c91feb
3 changed files with 3 additions and 3 deletions

View File

@ -52,7 +52,7 @@ It is highly recommended to switch from the `main` branch to the latest release:
```sh ```sh
cd themes/duckquill cd themes/duckquill
git checkout tags/v4.1.0 git checkout tags/v4.2.0
``` ```
To update the submodule, simply switch to a new tag: To update the submodule, simply switch to a new tag:
@ -64,7 +64,7 @@ Check the changelog for all versions that came after the one you are using, ther
```sh ```sh
git submodule update --remote --merge git submodule update --remote --merge
git tag --list git tag --list
git checkout tags/v4.1.0 git checkout tags/v4.2.0
``` ```
Then, enable it in your `config.toml`: Then, enable it in your `config.toml`:

View File

@ -1,5 +1,5 @@
/*! /*!
* Duckquill v4.1.0 (https://duckquill.daudix.one) * Duckquill v4.2.0 (https://duckquill.daudix.one)
* Copyright 2024 David "Daudix" Lapshin * Copyright 2024 David "Daudix" Lapshin
* Licensed under MIT (https://codeberg.org/daudix/duckquill/src/branch/main/LICENSE) * Licensed under MIT (https://codeberg.org/daudix/duckquill/src/branch/main/LICENSE)
*/ */

Binary file not shown.

Before

Width:  |  Height:  |  Size: 184 KiB

After

Width:  |  Height:  |  Size: 185 KiB