Skip to content

Commit 0a08f2c

Browse files
committed
Merge branch 'main' into development
2 parents 6771c9c + fec46a8 commit 0a08f2c

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.27"
3+
version = "0.3.28"
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.27"
3+
version = "0.3.28"
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.27"
3+
version = "0.3.28"
44
edition = "2024"
55
readme = "README.md"
66
authors = ["Seto Elkahfi <[email protected]>"]

crates/smbcloud-networking-account-wasm/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-wasm"
3-
version = "0.3.25"
3+
version = "0.3.28"
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-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.27"
3+
version = "0.3.28"
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.27"
3+
version = "0.3.28"
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.27"
3+
version = "0.3.28"
44
edition = "2021"
55
readme = "README.md"
66
authors = ["Seto Elkahfi <[email protected]>"]

0 commit comments

Comments
 (0)