Skip to content

Commit 7a9439b

Browse files
committed
bump version to 0.4.6
Also fix stale effect-devtools reference in release workflow body.
1 parent 7be10b7 commit 7a9439b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
### Installation via npm
5151
```bash
5252
npm install -g effect-devtui
53-
effect-devtools
53+
effect-devtui
5454
```
5555
5656
### Or download binary directly

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "effect-devtui",
3-
"version": "0.4.5",
3+
"version": "0.4.6",
44
"description": "Terminal UI for Effect DevTools",
55
"keywords": [
66
"effect",

0 commit comments

Comments
 (0)