From 95261d790f20528a71f48dfed9ea91594f4fed8b Mon Sep 17 00:00:00 2001 From: Stephen Leitnick Date: Wed, 29 May 2024 08:59:28 -0400 Subject: [PATCH] Bump version --- modules/trove/index.d.ts | 1 + modules/trove/wally.toml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/trove/index.d.ts b/modules/trove/index.d.ts index 8fcb4f8b..ef3b929a 100644 --- a/modules/trove/index.d.ts +++ b/modules/trove/index.d.ts @@ -4,6 +4,7 @@ interface ConnectionLike { type Trackable = | Instance + | RBXScriptConnection | ConnectionLike | Promise | thread diff --git a/modules/trove/wally.toml b/modules/trove/wally.toml index 9c048555..c2040994 100644 --- a/modules/trove/wally.toml +++ b/modules/trove/wally.toml @@ -1,7 +1,7 @@ [package] name = "sleitnick/trove" description = "Trove class for tracking and cleaning up objects" -version = "1.3.0" +version = "1.4.0" license = "MIT" authors = ["Stephen Leitnick"] registry = "https://github.com/UpliftGames/wally-index"