Skip to content

Commit 4e89987

Browse files
committed
version: v0.2.0-beta.2
1 parent eff2ee9 commit 4e89987

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/articles/guide/cli.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ rfw dev --port 3000 --host --debug
5353
Output:
5454

5555
```text
56-
rfw v0.2.0-beta.1
56+
rfw v0.2.0-beta.2
5757
5858
➜ Local: http://localhost:3000/
5959
➜ Network: http://192.168.1.10:3000/

docs/articles/guide/features.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,6 @@ This keeps the core lean but flexible.
4141

4242
## When to Use rfw
4343

44-
Use rfw when you want control over output, prefer Go, or need to share code between client and server. While still in beta, it shows how a simple reactive model can build interactive UIs without a large JavaScript framework.
44+
Use **rfw** when you want full control over output, prefer Go, or need to share code seamlessly between client and server. It demonstrates how a simple reactive model can power interactive UIs without relying on a heavy JavaScript framework.
4545

4646
@include\:ExampleFrame:{code:"/examples/components/main\_component.go", uri:"/examples/main"}

v1/core/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
package core
22

3-
const Version = "v0.2.0-beta.1"
3+
const Version = "v0.2.0-beta.2"

0 commit comments

Comments
 (0)