Skip to content

Commit e7cae81

Browse files
committed
1 parent 1600b22 commit e7cae81

File tree

8 files changed

+14
-14
lines changed

8 files changed

+14
-14
lines changed

Cargo.lock

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "smbcloud-cli"
3-
version = "0.3.26"
3+
version = "0.3.27"
44
edition = "2021"
55
authors = ["Seto Elkahfi <[email protected]>"]
66
description = "Command line tool for deploying NextJS app on the smbCloud platform."

crates/smbcloud-model/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "smbcloud-model"
3-
version = "0.3.24"
3+
version = "0.3.27"
44
edition = "2021"
55
authors = ["Seto Elkahfi <[email protected]>"]
66
description = "Command line tool for deploying NextJS app on the smbCloud platform."

crates/smbcloud-network/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "smbcloud-network"
3-
version = "0.3.25"
3+
version = "0.3.27"
44
edition = "2024"
55
readme = "README.md"
66
authors = ["Seto Elkahfi <[email protected]>"]

crates/smbcloud-networking-account/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "smbcloud-networking-account"
3-
version = "0.3.26"
3+
version = "0.3.27"
44
edition = "2024"
55
authors = ["Seto Elkahfi <[email protected]>"]
66
description = "Command line tool for deploying NextJS app on the smbCloud platform."

crates/smbcloud-networking-project/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "smbcloud-networking-project"
3-
version = "0.3.24"
3+
version = "0.3.27"
44
edition = "2021"
55
authors = ["Seto Elkahfi <[email protected]>"]
66
description = "Command line tool for deploying NextJS app on the smbCloud platform."

crates/smbcloud-networking/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "smbcloud-networking"
3-
version = "0.3.26"
3+
version = "0.3.27"
44
edition = "2021"
55
readme = "README.md"
66
authors = ["Seto Elkahfi <[email protected]>"]

crates/smbcloud-utils/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "smbcloud-utils"
3-
version = "0.3.12"
3+
version = "0.3.27"
44
edition = "2021"
55
authors = ["Seto Elkahfi <[email protected]>"]
66
description = "Command line tool for deploying NextJS app on the smbCloud platform."

0 commit comments

Comments
 (0)