diff --git a/README.md b/README.md index 4799022..07b4b3d 100644 --- a/README.md +++ b/README.md @@ -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/red@1.4.14" +red = "dig1t/red@1.4.15" ``` ### 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 81e5c84..fd00326 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "red", - "version": "1.4.14", + "version": "1.4.15", "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 ca5e692..5149c53 100644 --- a/wally.toml +++ b/wally.toml @@ -1,6 +1,6 @@ [package] name = "dig1t/red" -version = "1.4.14" +version = "1.4.15" license = "Apache-2.0" registry = "https://github.com/UpliftGames/wally-index" realm = "shared"