v0.0.2 docs

This commit is contained in:
Michiel Borkent 2021-07-03 12:53:27 +02:00
parent 3fa0b58647
commit 1a55b3401e
5 changed files with 12 additions and 6 deletions

View file

@ -51,3 +51,9 @@ git push --set-upstream origin v0.0.2
```
Then make a new release on Github with the `v0.0.2` tag.
To upgrade examples:
```
rg '0.0.1' --files-with-matches | xargs sed -i '' 's/0.0.1/0.0.2/g'
```