Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Sleitnick committed May 29, 2024
1 parent 811425a commit 95261d7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions modules/trove/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ interface ConnectionLike {

type Trackable =
| Instance
| RBXScriptConnection
| ConnectionLike
| Promise<unknown>
| thread
Expand Down
2 changes: 1 addition & 1 deletion modules/trove/wally.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 95261d7

Please sign in to comment.