Update README to point at rc5 (#630)

* Update README to point at rc5

* Update README.md
This commit is contained in:
Lukas Klingsbo
2021-01-15 13:53:57 +01:00
committed by GitHub
parent 16eaef3bb1
commit 2d68ba0feb

View File

@ -30,7 +30,7 @@ Use this version to get a preview of how the new Flame version will be and also
Checkout the branches `develop-v0.x` and `master-v0.x` for the current last 0.x version. However no new updates will be added to v0 except for bugfixes. Checkout the branches `develop-v0.x` and `master-v0.x` for the current last 0.x version. However no new updates will be added to v0 except for bugfixes.
The current v1 release is `1.0.0-rc4` on pub. The last stable version so far is `0.28.0`. Feel free to choose the one that better suits your need. The current v1 release is `1.0.0-rc5` on pub. The last stable version so far is `0.28.0`. Feel free to choose the one that better suits your need.
--- ---
@ -41,7 +41,7 @@ Note that the documentation in the master branch of this repo is newer than the
Here you can find the documentation for different versions: Here you can find the documentation for different versions:
- Latest stable version: [Flame-engine website](https://flame-engine.org/) - Latest stable version: [Flame-engine website](https://flame-engine.org/)
- Latest stable version: [GitHub docs](https://github.com/flame-engine/flame/tree/master-v0.x/doc) - Latest stable version: [GitHub docs](https://github.com/flame-engine/flame/tree/master-v0.x/doc)
- Latest v1.0.0 version: [GitHub docs](https://github.com/flame-engine/flame/tree/1.0.0-rc4/doc) - Latest v1.0.0 version: [GitHub docs](https://github.com/flame-engine/flame/tree/1.0.0-rc5/doc)
The complete documentation can be found [here](doc/README.md). The complete documentation can be found [here](doc/README.md).