Bump to 0.4.0

This commit is contained in:
Joe Roe 2024-02-12 10:00:22 +01:00
parent d440b668cd
commit 0e8229d9e2
No known key found for this signature in database
GPG key ID: 032DAD09129ADB03
3 changed files with 3 additions and 2 deletions

View file

@ -24,7 +24,7 @@ You can also clone this repository into your site's `themes` directory and check
```shell
git clone https://github.com/joeroe/risotto themes/risotto && cd themes/risotto
git checkout v0.3.0
rit checkout $(git tag -l | grep '^v[0-9.]*$' | sort -V | tail -n 1)
```
Note that this will not work if your site is itself a git repository.