Bump version to v2.1.0
This commit is contained in:
@ -47,7 +47,7 @@ It is highly recommended to switch from the `main` branch to the lates release:
|
|||||||
|
|
||||||
```sh
|
```sh
|
||||||
cd themes/duckquill
|
cd themes/duckquill
|
||||||
git checkout tags/v2.0.0
|
git checkout tags/v2.1.0
|
||||||
```
|
```
|
||||||
|
|
||||||
To update the submodule, simply switch to a new tag:
|
To update the submodule, simply switch to a new tag:
|
||||||
@ -57,7 +57,7 @@ To update the submodule, simply switch to a new tag:
|
|||||||
```sh
|
```sh
|
||||||
git submodule update --remote --merge
|
git submodule update --remote --merge
|
||||||
git tag --list
|
git tag --list
|
||||||
git checkout tags/v2.0.0
|
git checkout tags/v2.1.0
|
||||||
```
|
```
|
||||||
|
|
||||||
Then, enable it in your `config.toml`:
|
Then, enable it in your `config.toml`:
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*!
|
/*!
|
||||||
* Duckquill v2.0.0 (https://daudix.codeberg.page/duckquill)
|
* Duckquill v2.1.0 (https://daudix.codeberg.page/duckquill)
|
||||||
* 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)
|
||||||
*/
|
*/
|
||||||
|
Reference in New Issue
Block a user