Skip to content

Commit 9a43d85

Browse files
committed
added version to docs
1 parent 014777b commit 9a43d85

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ fn Demo() -> impl IntoView {
6363
| 0.4, 0.5, 0.6 | 0.5 |
6464
| 0.7 – 0.12 | 0.6 |
6565
| 0.14.0-beta | 0.7 |
66-
| 0.15 | 0.8 |
66+
| 0.15, 0.16 | 0.8 |
6767

6868
## Server-Side Rendering
6969

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
//! | 0.4, 0.5, 0.6 | 0.5 |
5555
//! | 0.7 – 0.12 | 0.6 |
5656
//! | 0.14.0-beta | 0.7 |
57-
//! | 0.15 | 0.8 |
57+
//! | 0.15, 0.16 | 0.8 |
5858
//!
5959
//! # Server-Side Rendering
6060
//!

0 commit comments

Comments
 (0)