Skip to content

Commit a31f048

Browse files
committed
feat: update version to v0.2.0
1 parent 9c70746 commit a31f048

5 files changed

Lines changed: 6 additions & 6 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.1.9"
3+
version = "0.2.0"
44
edition = "2021"
55
authors = ["V. Ageno <valerioageno@yahoo.it>"]
66
description = "The react/rust 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.1.9"
3+
version = "0.2.0"
44
edition = "2021"
55
authors = ["V. Ageno <valerioageno@yahoo.it>"]
66
description = "The react/rust fullstack framework"
@@ -24,7 +24,7 @@ serde = { version = "1.0.202", features = ["derive"] }
2424
erased-serde = "0.4.5"
2525
serde_json = "1.0"
2626

27-
tuono_lib_macros = {path = "../tuono_lib_macros", version = "0.1.9"}
27+
tuono_lib_macros = {path = "../tuono_lib_macros", version = "0.2.0"}
2828
once_cell = "1.19.0"
2929
lazy_static = "1.5.0"
3030
regex = "1.10.5"

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.1.9"
3+
version = "0.2.0"
44
edition = "2021"
55
description = "The react/rust fullstack framework"
66
homepage = "https://github.com/Valerioageno/tuono"

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.1.9",
3+
"version": "0.2.0",
44
"description": "Plugin for the tuono's lazy fn. Tuono is the react/rust fullstack framework",
55
"scripts": {
66
"dev": "vite build --watch",

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.1.9",
3+
"version": "0.2.0",
44
"description": "The react/rust fullstack framework",
55
"scripts": {
66
"dev": "vite build --watch",

0 commit comments

Comments
 (0)