diff --git a/README.md b/README.md index fb386ed..a21c688 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ This design is inspired by the Futures crate in Rust. > Importantly, the Wally scope has been changed to `yetanotherclown/luau-futures`. > If you are still using the v1.x.x Future library make sure to update your `wally.toml` to upgrade. > -> You can find out more [here](https://github.com/YetAnotherClown/luau-futures/releases/tag/v2.0.0). +> You can find out more [here](https://github.com/YetAnotherClown/luau-futures/releases/latest). ## Basic Use diff --git a/docs/installation.md b/docs/installation.md index c1d1024..1d67da5 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -14,7 +14,7 @@ being used internally for development. ```toml [dependencies] -Futures = "yetanotherclown/luau-futures@^2.0.0" +Futures = "yetanotherclown/luau-futures@^2.0.0-beta.1" ``` :::note @@ -27,7 +27,7 @@ To fix this, see https://github.com/JohnnyMorganz/wally-package-types. ```toml [dependencies] -Futures = { name = "yetanotherclown/luau_futures", version = "^2.0.0", target = "luau" } +Futures = { name = "yetanotherclown/luau_futures", version = "^2.0.0-beta.1", target = "luau" } ``` Or, you can run `pesde add yetanotherclown/luau_futures --target luau --alias Futures`. diff --git a/pesde.lock b/pesde.lock index 560328e..e1c4bc0 100644 --- a/pesde.lock +++ b/pesde.lock @@ -1,3 +1,3 @@ name = "yetanotherclown/luau_futures" -version = "0.1.0" +version = "2.0.0-beta.1" target = "luau" diff --git a/pesde.toml b/pesde.toml index e925cdd..ebb7736 100644 --- a/pesde.toml +++ b/pesde.toml @@ -1,5 +1,5 @@ name = "yetanotherclown/luau_futures" -version = "0.1.0" +version = "2.0.0-beta.1" description = "Rust-like futures for Luau" authors = ["YetAnotherClown"] repository = "https://github.com/YetAnotherClown/luau-futures" diff --git a/wally.lock b/wally.lock index 1d9d13a..3ba43b0 100644 --- a/wally.lock +++ b/wally.lock @@ -239,5 +239,5 @@ dependencies = [["collections", "jsdotlua/collections@1.2.7"]] [[package]] name = "yetanotherclown/luau-futures" -version = "2.0.0" +version = "2.0.0-beta.1" dependencies = [["Jest", "jsdotlua/jest@3.6.1-rc.2"], ["JestGlobals", "jsdotlua/jest-globals@3.6.1-rc.2"]] diff --git a/wally.toml b/wally.toml index 8bd209d..cd4a6c2 100644 --- a/wally.toml +++ b/wally.toml @@ -1,7 +1,7 @@ [package] name = "yetanotherclown/luau-futures" description = "Rust-like futures for Luau" -version = "2.0.0" +version = "2.0.0-beta.1" license = "MIT" authors = ["YetAnotherClown"] registry = "https://github.com/UpliftGames/wally-index"