Skip to content

Commit

Permalink
Update to v1.4.16
Browse files Browse the repository at this point in the history
  • Loading branch information
dig1t committed Jul 11, 2024
1 parent d8fe85d commit 5b905fd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ red provides a simple API that allows you to create and manage events, actions,
### Installing as a wally dependency
Add the below line to your wally.toml file
```toml
red = "dig1t/[email protected].15"
red = "dig1t/[email protected].16"
```
### Roblox Studio
Download the rbxl file from the [releases](https://github.com/dig1t/red/releases) tab.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "red",
"version": "1.4.15",
"version": "1.4.16",
"description": "Simplified server-to-client, client-to-server, and server-to-server communication",
"main": "src/init.luau",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion wally.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "dig1t/red"
version = "1.4.15"
version = "1.4.16"
license = "Apache-2.0"
registry = "https://github.com/UpliftGames/wally-index"
realm = "shared"
Expand Down

0 comments on commit 5b905fd

Please sign in to comment.