From 2d68ba0febada65d7da13ab70260ecd12ccfbd3d Mon Sep 17 00:00:00 2001 From: Lukas Klingsbo Date: Fri, 15 Jan 2021 13:53:57 +0100 Subject: [PATCH] Update README to point at rc5 (#630) * Update README to point at rc5 * Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 28c371607..dbeb2c7cf 100644 --- a/README.md +++ b/README.md @@ -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. -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: - 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 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).