diff --git a/README.md b/README.md index a962a12..b4f16cb 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ npm i @rbxts/touch-screen-joysticks ### Wally [Wally](https://github.com/UpliftGames/wally/) users can install this package by adding the following line to their `Wally.toml` under `[dependencies]`: ``` -TouchScreenJoysticks = "bytebit/touch-screen-joysticks@1.0.6" +TouchScreenJoysticks = "bytebit/touch-screen-joysticks@1.0.7" ``` Then just run `wally install`. diff --git a/package-lock.json b/package-lock.json index fd4212b..1c26e4c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@rbxts/touch-screen-joysticks", - "version": "1.0.6", + "version": "1.0.7", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@rbxts/touch-screen-joysticks", - "version": "1.0.6", + "version": "1.0.7", "license": "MIT", "dependencies": { "@rbxts/dumpster": "^1.0.8", diff --git a/package.json b/package.json index d33cc41..c77e3a3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@rbxts/touch-screen-joysticks", - "version": "1.0.6", + "version": "1.0.7", "description": "A library for creating touch-screen joystick interfaces for Roblox development written using roblox-ts.", "main": "out/init.lua", "scripts": { diff --git a/wally.lock b/wally.lock index 1269222..2c48585 100644 --- a/wally.lock +++ b/wally.lock @@ -4,5 +4,5 @@ registry = "test" [[package]] name = "bytebit/touch-screen-joysticks" -version = "1.0.6" +version = "1.0.7" dependencies = [] diff --git a/wally.toml b/wally.toml index dd19b8f..6b2940c 100644 --- a/wally.toml +++ b/wally.toml @@ -1,7 +1,7 @@ [package] name = "bytebit/touch-screen-joysticks" description = "A library for creating touch-screen joystick interfaces for Roblox development written using roblox-ts." -version = "1.0.6" +version = "1.0.7" license = "MIT" registry = "https://github.com/UpliftGames/wally-index" realm = "shared"