Update the version number that shows in the documentation

It does not update the version number in the README because
these are either not part of the versionized documentation
or the demantic versioning make it work anyway
This commit is contained in:
Olivier Goffart 2021-08-19 09:49:43 +02:00
parent 5efa5bbf1d
commit 7c3555e280
7 changed files with 9 additions and 9 deletions

View file

@ -5,7 +5,7 @@ The tiles in the game should have a random placement. We'll need to add the <`ra
```toml
[dependencies]
sixtyfps = "0.1.0"
sixtyfps = "0.1.1"
rand = "0.8" # Added
```

View file

@ -19,7 +19,7 @@ edition = "2018"
resolver = "2"
[dependencies]
sixtyfps = "0.1.0"
sixtyfps = "0.1.1"
```
The `resolver = "2"` line is there to avoid some errors because of conflicting dependencies on some platforms.