From 763e683b4c3e25bb2e7c09107c37b23861950d45 Mon Sep 17 00:00:00 2001 From: Lucien Greathouse Date: Fri, 9 Apr 2021 16:18:32 -0400 Subject: [PATCH] Update readme (oops) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 78e5d3c..fb0c88d 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ Remodel can be installed with Foreman, a toolchain manager for Roblox projects: ```toml [tools] -remodel = { source = "rojo-rbx/remodel", version = "0.7.1" } +remodel = { source = "rojo-rbx/remodel", version = "0.8.0" } ``` ### From GitHub Releases @@ -69,7 +69,7 @@ Remodel supports some parts of Roblox's API in order to make code familiar to ex * `:Destroy()` (0.5.0+) * `:Clone()` (0.6.0+) * `:GetChildren()` -* `:GetDescendants()` (unreleased) +* `:GetDescendants()` (0.8.0+) * `:FindFirstChild(name)` * The second argument (recursive) is not supported by Remodel. * `:GetService(name)` (0.6.0+)