Skip to content

Commit

Permalink
v0.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
littensy committed Jan 3, 2025
1 parent e1b4575 commit 1c592bd
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/ripple@0.9.1"
Ripple = "littensy/ripple@version"
```

## 📚 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.9.1",
"version": "0.9.2",
"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.9.1"
version = "0.9.2"
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.9.1"
version = "0.9.2"
registry = "https://github.com/UpliftGames/wally-index"
realm = "shared"
exclude = ["**"]
Expand Down

0 comments on commit 1c592bd

Please sign in to comment.