Skip to content

Commit edc280c

Browse files
committed
v4.1.0
1 parent 1dab3c2 commit edc280c

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

docs/docs/quick-start/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ pnpm add @rbxts/reflex
4040

4141
```toml title="wally.toml"
4242
[dependencies]
43-
Reflex = "littensy/reflex@4.0.0"
43+
Reflex = "littensy/reflex@4.1.0"
4444
```
4545

4646
</TabItem>

docs/docs/quick-start/installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ pnpm add @rbxts/reflex
3737

3838
```toml title="wally.toml"
3939
[dependencies]
40-
Reflex = "littensy/reflex@4.0.0"
40+
Reflex = "littensy/reflex@4.1.0"
4141
```
4242

4343
</TabItem>

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rbxts/reflex",
3-
"version": "4.0.0",
3+
"version": "4.1.0",
44
"description": "A state container for side effects",
55
"main": "src/init.lua",
66
"scripts": {

wally.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ dependencies = []
99

1010
[[package]]
1111
name = "littensy/reflex"
12-
version = "4.0.0"
12+
version = "4.1.0"
1313
dependencies = [["Promise", "evaera/promise@4.0.0"]]

wally.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "littensy/reflex"
33
description = "A state container built for Roblox"
4-
version = "4.0.0"
4+
version = "4.1.0"
55
license = "MIT"
66
registry = "https://github.com/UpliftGames/wally-index"
77
realm = "shared"

0 commit comments

Comments
 (0)