Skip to content

Commit

Permalink
v4.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
littensy committed Nov 28, 2023
1 parent 0e8fa15 commit fa0cc3c
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/reflex@4.3.0"
Reflex = "littensy/reflex@4.3.1"
```

</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.3.0"
Reflex = "littensy/reflex@4.3.1"
```

</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.3.0",
"version": "4.3.1",
"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.3.0"
version = "4.3.1"
dependencies = [["Promise", "evaera/promise@4.0.0"]]
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.3.0"
version = "4.3.1"
license = "MIT"
registry = "https://github.com/UpliftGames/wally-index"
realm = "shared"
Expand Down

0 comments on commit fa0cc3c

Please sign in to comment.