From cd045b715a94f63eb63198d08f36cbe628b4ef68 Mon Sep 17 00:00:00 2001 From: Stephen Leitnick Date: Mon, 25 Sep 2023 18:04:00 -0400 Subject: [PATCH] Bump version --- README.md | 2 +- modules/comm/wally.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7839db27..b0a21926 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ | Module | Dependency | Description | | -- | -- | -- | -| [Comm](https://sleitnick.github.io/RbxUtil/api/Comm) | `Comm = "sleitnick/comm@0.3.1"` | Comm library for remote communication | +| [Comm](https://sleitnick.github.io/RbxUtil/api/Comm) | `Comm = "sleitnick/comm@0.3.2"` | Comm library for remote communication | | [Component](https://sleitnick.github.io/RbxUtil/api/Component) | `Component = "sleitnick/component@2.4.6"` | Component class | | [Concur](https://sleitnick.github.io/RbxUtil/api/Concur) | `Concur = "sleitnick/concur@0.1.2"` | Concurrent task handler | | [EnumList](https://sleitnick.github.io/RbxUtil/api/EnumList) | `EnumList = "sleitnick/enum-list@2.1.0"` | Enum List class | diff --git a/modules/comm/wally.toml b/modules/comm/wally.toml index 459d934b..f7f96499 100644 --- a/modules/comm/wally.toml +++ b/modules/comm/wally.toml @@ -1,7 +1,7 @@ [package] name = "sleitnick/comm" description = "Comm library for remote communication" -version = "0.3.1" +version = "0.3.2" license = "MIT" authors = ["Stephen Leitnick"] registry = "https://github.com/UpliftGames/wally-index"