Skip to content

Commit

Permalink
Bump v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
YetAnotherClown committed Sep 20, 2023
1 parent f2d3fd8 commit 9bedcf2
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ end

```toml
[dependencies]
Net = "yetanotherclown/net@0.2.5"
Net = "yetanotherclown/net@0.3.0"
```

### Building with Rojo
Expand Down
4 changes: 2 additions & 2 deletions example/matter/wally.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ dependencies = [["TestEZ", "roblox/testez@0.4.1"]]
[[package]]
name = "evaera/matter-example"
version = "0.1.0"
dependencies = [["Matter", "evaera/matter@0.6.2"], ["Net", "yetanotherclown/net@0.2.5"], ["Plasma", "evaera/plasma@0.4.1"], ["Rewire", "sayhisam1/rewire@0.3.0"]]
dependencies = [["Matter", "evaera/matter@0.6.2"], ["Net", "yetanotherclown/net@0.3.0"], ["Plasma", "evaera/plasma@0.4.1"], ["Rewire", "sayhisam1/rewire@0.3.0"]]

[[package]]
name = "evaera/plasma"
Expand All @@ -29,5 +29,5 @@ dependencies = []

[[package]]
name = "yetanotherclown/net"
version = "0.2.5"
version = "0.3.0"
dependencies = []
2 changes: 1 addition & 1 deletion example/matter/wally.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ realm = "shared"
Matter = "evaera/matter@0.6.2"
Plasma = "evaera/plasma@0.4.1"
Rewire = "sayhisam1/rewire@0.3.0"
Net = "yetanotherclown/net@0.2.5"
Net = "yetanotherclown/net@0.3.0"
2 changes: 1 addition & 1 deletion wally.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "yetanotherclown/net"
description = "A Data-Driven Networking Library, inspired by BridgeNet2 & Bevy_Renet, made for the Matter ECS."
version = "0.2.5"
version = "0.3.0"
license = "MIT"
authors = ["YetAnotherClown"]
realm = "shared"
Expand Down

0 comments on commit 9bedcf2

Please sign in to comment.