Skip to content

Commit

Permalink
v0.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
littensy committed Feb 4, 2024
1 parent 1e12890 commit 2047b95
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ pnpm add @rbxts/ripple

```toml
# Wally
Ripple = "littensy/[email protected].0"
Ripple = "littensy/[email protected].1"
```

## 📚 Documentation
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rbxts/ripple",
"version": "0.8.0",
"version": "0.8.1",
"description": "A motion library for Roblox",
"main": "src/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 @@ -9,7 +9,7 @@ dependencies = []

[[package]]
name = "littensy/ripple"
version = "0.8.0"
version = "0.8.1"
dependencies = [["Promise", "evaera/[email protected]"], ["TestEZ", "roblox/[email protected]"]]

[[package]]
Expand Down
2 changes: 1 addition & 1 deletion wally.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "littensy/ripple"
version = "0.8.0"
version = "0.8.1"
registry = "https://github.com/UpliftGames/wally-index"
realm = "shared"
exclude = ["**"]
Expand Down

0 comments on commit 2047b95

Please sign in to comment.