From 1c592bd359c5823ae24f8b1bbe8023ac9201fe41 Mon Sep 17 00:00:00 2001 From: Richard Date: Fri, 3 Jan 2025 15:35:25 -0800 Subject: [PATCH] v0.9.2 --- README.md | 2 +- package.json | 2 +- wally.lock | 2 +- wally.toml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index cb52f8d..2fe5b80 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ pnpm add @rbxts/ripple ```toml # Wally -Ripple = "littensy/ripple@0.9.1" +Ripple = "littensy/ripple@version" ``` ## 📚 Documentation diff --git a/package.json b/package.json index 99d74ee..43a6df3 100644 --- a/package.json +++ b/package.json @@ -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": { diff --git a/wally.lock b/wally.lock index 11bf078..d22a8e2 100644 --- a/wally.lock +++ b/wally.lock @@ -9,7 +9,7 @@ dependencies = [] [[package]] name = "littensy/ripple" -version = "0.9.1" +version = "0.9.2" dependencies = [["Promise", "evaera/promise@4.0.0"], ["TestEZ", "roblox/testez@0.4.1"]] [[package]] diff --git a/wally.toml b/wally.toml index b697336..095da67 100644 --- a/wally.toml +++ b/wally.toml @@ -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 = ["**"]