Skip to content

Commit

Permalink
v4.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
littensy committed Sep 29, 2023
1 parent 0fc5aaf commit 1b82c8f
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/docs/quick-start/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ pnpm add @rbxts/reflex

```toml title="wally.toml"
[dependencies]
Reflex = "littensy/[email protected].1"
Reflex = "littensy/[email protected].2"
```

</TabItem>
Expand Down
2 changes: 1 addition & 1 deletion docs/docs/quick-start/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ pnpm add @rbxts/reflex

```toml title="wally.toml"
[dependencies]
Reflex = "littensy/reflex@4.2.1"
Reflex = "littensy/reflex@2"
```

</TabItem>
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/reflex",
"version": "4.2.1",
"version": "4.2.2",
"description": "A state container for side effects",
"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,5 +9,5 @@ dependencies = []

[[package]]
name = "littensy/reflex"
version = "4.2.1"
version = "4.2.2"
dependencies = [["Promise", "evaera/[email protected]"]]
2 changes: 1 addition & 1 deletion wally.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "littensy/reflex"
description = "A state container built for Roblox"
version = "4.2.1"
version = "4.2.2"
license = "MIT"
registry = "https://github.com/UpliftGames/wally-index"
realm = "shared"
Expand Down

0 comments on commit 1b82c8f

Please sign in to comment.