diff --git a/rotriever.toml b/rotriever.toml new file mode 100644 index 0000000..8c954b7 --- /dev/null +++ b/rotriever.toml @@ -0,0 +1,9 @@ +[package] +name = "GoodSignal" +version = "0.2.2" +license = "MIT" +authors = [ "Mark Langen " ] +content_root = "src" + +[dependencies] +# None :) diff --git a/wally.toml b/wally.toml index b457ae1..c1f2f5a 100644 --- a/wally.toml +++ b/wally.toml @@ -1,11 +1,11 @@ [package] name = "stravant/goodsignal" description = "A fast Signal class implementation that has full feature parity with Roblox' RBXScriptSignal" -version = "0.2.1" +version = "0.2.2" license = "MIT" authors = ["Mark Langen "] registry = "https://github.com/UpliftGames/wally-index" realm = "shared" [dependencies] -# None :) \ No newline at end of file +# None :)