Skip to content

Commit a0cdf40

Browse files
committed
feat: update version to v0.16.1
1 parent 8467506 commit a0cdf40

7 files changed

Lines changed: 8 additions & 8 deletions

File tree

crates/tuono/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "tuono"
3-
version = "0.16.0"
3+
version = "0.16.1"
44
edition = "2021"
55
authors = ["V. Ageno <valerioageno@yahoo.it>"]
66
description = "Superfast React fullstack framework"

crates/tuono_lib/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "tuono_lib"
3-
version = "0.16.0"
3+
version = "0.16.1"
44
edition = "2021"
55
authors = ["V. Ageno <valerioageno@yahoo.it>"]
66
description = "Superfast React fullstack framework"
@@ -32,7 +32,7 @@ either = "1.13.0"
3232
tower-http = {version = "0.6.0", features = ["fs"]}
3333
colored = "2.1.0"
3434

35-
tuono_lib_macros = {path = "../tuono_lib_macros", version = "0.16.0"}
35+
tuono_lib_macros = {path = "../tuono_lib_macros", version = "0.16.1"}
3636
# Match the same version used by axum
3737
tokio-tungstenite = "0.24.0"
3838
futures-util = { version = "0.3", default-features = false, features = ["sink", "std"] }

crates/tuono_lib_macros/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "tuono_lib_macros"
3-
version = "0.16.0"
3+
version = "0.16.1"
44
edition = "2021"
55
description = "Superfast React fullstack framework"
66
homepage = "https://tuono.dev"

packages/fs-router-vite-plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tuono-fs-router-vite-plugin",
3-
"version": "0.16.0",
3+
"version": "0.16.1",
44
"description": "Plugin for the tuono's file system router. Tuono is the react/rust fullstack framework",
55
"homepage": "https://tuono.dev",
66
"scripts": {

packages/lazy-fn-vite-plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tuono-lazy-fn-vite-plugin",
3-
"version": "0.16.0",
3+
"version": "0.16.1",
44
"description": "Plugin for the tuono's lazy fn. Tuono is the react/rust fullstack framework",
55
"homepage": "https://tuono.dev",
66
"scripts": {

packages/router/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tuono-router",
3-
"version": "0.16.0",
3+
"version": "0.16.1",
44
"description": "React routing component for the framework tuono. Tuono is the react/rust fullstack framework",
55
"homepage": "https://tuono.dev",
66
"scripts": {

packages/tuono/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tuono",
3-
"version": "0.16.0",
3+
"version": "0.16.1",
44
"description": "Superfast React fullstack framework",
55
"homepage": "https://tuono.dev",
66
"scripts": {

0 commit comments

Comments
 (0)