From bc64df0996c44afee44209213c2b29a734243a28 Mon Sep 17 00:00:00 2001 From: Enrico Machado Date: Fri, 11 Oct 2024 19:10:46 +0100 Subject: [PATCH] Latest TypedRemote version on README (#207) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d5131533..eaba24ba 100644 --- a/README.md +++ b/README.md @@ -29,5 +29,5 @@ | [Timer](https://sleitnick.github.io/RbxUtil/api/Timer) | `Timer = "sleitnick/timer@1.1.2"` | Timer class | | [Tree](https://sleitnick.github.io/RbxUtil/api/Tree) | `Tree = "sleitnick/tree@1.1.0"` | Utility functions for accessing instances in the game hierarchy | | [Trove](https://sleitnick.github.io/RbxUtil/api/Trove) | `Trove = "sleitnick/trove@1.3.0"` | Trove class for tracking and cleaning up objects | -| [TypedRemote](https://sleitnick.github.io/RbxUtil/api/TypedRemote) | `TypedRemote = "sleitnick/typed-remote@0.1.0"` | Simple networking package for typed RemoteEvents and RemoteFunctions | +| [TypedRemote](https://sleitnick.github.io/RbxUtil/api/TypedRemote) | `TypedRemote = "sleitnick/typed-remote@0.2.0"` | Simple networking package for typed RemoteEvents and RemoteFunctions | | [WaitFor](https://sleitnick.github.io/RbxUtil/api/WaitFor) | `WaitFor = "sleitnick/wait-for@1.0.0"` | WaitFor class for awaiting instances |