diff --git a/README.md b/README.md index be26301..3c0cc70 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ ## wally Add the below line to your wally.toml file ```toml -red = "dig1t/red@1.4.9" +red = "dig1t/red@1.4.10" ``` ## Roblox Studio Download the rbxl file from the [releases](https://github.com/dig1t/red/releases) tab. diff --git a/package.json b/package.json index 4dc5d3f..73b966a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "red", - "version": "1.4.9", + "version": "1.4.10", "description": "Simplified server-to-client, client-to-server, and server-to-server communication", "main": "src/init.luau", "scripts": { diff --git a/wally.toml b/wally.toml index 05a981e..424fd61 100644 --- a/wally.toml +++ b/wally.toml @@ -1,6 +1,6 @@ [package] name = "dig1t/red" -version = "1.4.9" +version = "1.4.10" license = "Apache-2.0" registry = "https://github.com/UpliftGames/wally-index" realm = "shared"