From 3a92eaad61bd01fb967fb7345548762f0a19457a Mon Sep 17 00:00:00 2001 From: Taylor Whatley <32211852+1whatleytay@users.noreply.github.com> Date: Mon, 21 Oct 2024 10:36:27 -0400 Subject: [PATCH] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 7f7041d..6069f5b 100644 --- a/README.md +++ b/README.md @@ -17,10 +17,10 @@ Saturn contains a custom-made editor, interpreter, debugger and assembler for MI To install Saturn, visit the [releases](https://github.com/1whatleytay/saturn/releases) page. There are usually two trains to pick some. If you're not sure, pick the Latest release. -| Train | Usage | -|-------------------------------------------------------------------------------------|------------------------------------------------| -| [Latest](https://github.com/1whatleytay/saturn/releases/latest) v0.1.7 | Stable, complete release for most users. | -| [Pre-Release](https://github.com/1whatleytay/saturn/releases/tag/app-v0.1.8) v0.1.8 | Latest experimental features. Sometimes buggy. | +| Train | Usage | +|--------------------------------------------------------------------------------------|------------------------------------------------| +| [Latest](https://github.com/1whatleytay/saturn/releases/latest) v0.1.9 | Stable, complete release for most users. | +| [Pre-Release](https://github.com/1whatleytay/saturn/releases/tag/app-v0.1.10) v0.1.10 | Latest experimental features. Sometimes buggy. | Trying out the pre-release versions of Saturn helps the project out. If you encounter an issue, please [file a bug](https://github.com/1whatleytay/saturn/issues/new).