diff --git a/README.md b/README.md index 9ca6fd4..b5acb50 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ npm i @rbxts/value-holders ### Wally [Wally](https://github.com/UpliftGames/wally/) users can install this package by adding the following line to their `Wally.toml` under `[dependencies]`: ``` -ValueHolders = "bytebit/value-holders@1.0.2" +ValueHolders = "bytebit/value-holders@1.0.3" ``` Then just run `wally install`. diff --git a/package-lock.json b/package-lock.json index 249ee72..329cb27 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@rbxts/value-holders", - "version": "1.0.2", + "version": "1.0.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@rbxts/value-holders", - "version": "1.0.2", + "version": "1.0.3", "license": "MIT", "dependencies": { "@rbxts/bin": "^1.2.6", diff --git a/package.json b/package.json index 769cca5..0026af4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@rbxts/value-holders", - "version": "1.0.2", + "version": "1.0.3", "description": "A module for passing any values around by sharing a pointer, as well as allowing consumers to subscribe to changes and allowing authors to hold locks on changing the value.", "main": "out/init.lua", "scripts": { diff --git a/wally.lock b/wally.lock index 619515b..d3f063a 100644 --- a/wally.lock +++ b/wally.lock @@ -4,5 +4,5 @@ registry = "test" [[package]] name = "bytebit/value-holders" -version = "1.0.2" +version = "1.0.3" dependencies = [] diff --git a/wally.toml b/wally.toml index 410c3f4..b0db3aa 100644 --- a/wally.toml +++ b/wally.toml @@ -1,7 +1,7 @@ [package] name = "bytebit/value-holders" description = "A module for passing any values around by sharing a pointer, as well as allowing consumers to subscribe to changes and allowing authors to hold locks on changing the value." -version = "1.0.2" +version = "1.0.3" license = "MIT" registry = "https://github.com/UpliftGames/wally-index" realm = "shared"