diff --git a/docs/getting-started/installation.md b/docs/getting-started/installation.md index 6ad8677..79b6506 100644 --- a/docs/getting-started/installation.md +++ b/docs/getting-started/installation.md @@ -12,7 +12,7 @@ Below are the current ways to install Weaver and get it working in your game. Since Weaver is available as a package for Wally, you are able to install it by adding this beneath `[dependencies]` in your `wally.toml` file: -`Weaver = "paracosm-daemon/weaver@^1.0.1"` +`Weaver = "paracosm-daemon/weaver@^1"` If you would like to use Wally, you can [learn more here](https://github.com/UpliftGames/wally). diff --git a/wally.toml b/wally.toml index 606f629..cd0b2c0 100644 --- a/wally.toml +++ b/wally.toml @@ -1,7 +1,7 @@ [package] name = "paracosm-daemon/weaver" description = "Weaver is an alternative to the lightweight game framework Knit" -version = "1.0.1" +version = "1.1.0" license = "MIT" registry = "https://github.com/UpliftGames/wally-index" realm = "shared"