Skip to content

Commit 253dd44

Browse files
committed
feat: update version to v0.1.0
1 parent 821b38e commit 253dd44

4 files changed

Lines changed: 5 additions & 5 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.0.12"
3+
version = "0.1.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.0.12"
3+
version = "0.1.0"
44
edition = "2021"
55
authors = ["V. Ageno <valerioageno@yahoo.it>"]
66
description = "The react/rust fullstack framework"
@@ -24,4 +24,4 @@ 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.0.12"}
27+
tuono_lib_macros = {path = "../tuono_lib_macros", version = "0.1.0"}

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

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

0 commit comments

Comments
 (0)