Skip to content

Commit 3de9d1b

Browse files
committed
feat: update version to v0.1.4
1 parent 00916f1 commit 3de9d1b

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.3"
3+
version = "0.1.4"
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.3"
3+
version = "0.1.4"
44
edition = "2021"
55
authors = ["V. Ageno <valerioageno@yahoo.it>"]
66
description = "The react/rust fullstack framework"
@@ -24,5 +24,5 @@ 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.3"}
27+
tuono_lib_macros = {path = "../tuono_lib_macros", version = "0.1.4"}
2828

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.3"
3+
version = "0.1.4"
44
edition = "2021"
55
description = "The react/rust fullstack framework"
66
homepage = "https://github.com/Valerioageno/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.3",
3+
"version": "0.1.4",
44
"description": "",
55
"main": "src/index.js",
66
"packageManager": "pnpm@9.1.1",

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

0 commit comments

Comments
 (0)