Bump version to v1.1.0
This commit is contained in:
@ -46,7 +46,7 @@ It is highly recommended to switch from the `main` branch to the lates release:
|
||||
|
||||
```sh
|
||||
cd themes/duckquill
|
||||
git checkout tags/v1.0.0
|
||||
git checkout tags/v1.1.0
|
||||
```
|
||||
|
||||
To update the submodule, simply switch to a new tag:
|
||||
@ -56,7 +56,7 @@ To update the submodule, simply switch to a new tag:
|
||||
```sh
|
||||
git submodule update --remote --merge
|
||||
git tag --list
|
||||
git checkout tags/v1.0.0
|
||||
git checkout tags/v1.1.0
|
||||
```
|
||||
|
||||
Then, enable it in your `config.toml`:
|
||||
|
Reference in New Issue
Block a user