Skip to content

Commit

Permalink
Update versioning slightly
Browse files Browse the repository at this point in the history
  • Loading branch information
Starveldt committed Sep 22, 2024
1 parent cc5abb5 commit 3bcd2af
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/getting-started/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).

Expand Down
2 changes: 1 addition & 1 deletion wally.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 3bcd2af

Please sign in to comment.