Skip to content

Commit

Permalink
1.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
noahwillcrow committed Nov 1, 2021
1 parent 0f31d3a commit 5d2defc
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]`:
```
FiniteStateMachine = "bytebit/[email protected].4"
FiniteStateMachine = "bytebit/[email protected].5"
```

Then just run `wally install`.
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rbxts/touch-screen-joysticks",
"version": "1.0.4",
"version": "1.0.5",
"description": "A library for creating touch-screen joystick interfaces for Roblox development written using roblox-ts.",
"main": "out/init.lua",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion wally.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ registry = "test"

[[package]]
name = "bytebit/touch-screen-joysticks"
version = "1.0.4"
version = "1.0.5"
dependencies = []
2 changes: 1 addition & 1 deletion wally.toml
Original file line number Diff line number Diff line change
@@ -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.4"
version = "1.0.5"
license = "MIT"
registry = "https://github.com/UpliftGames/wally-index"
realm = "shared"
Expand Down

0 comments on commit 5d2defc

Please sign in to comment.