diff --git a/core/launcher/Cargo.toml b/core/launcher/Cargo.toml index c601d6e66..e322a51e9 100644 --- a/core/launcher/Cargo.toml +++ b/core/launcher/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "launcher" -version = "0.2.0" +version = "0.3.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/core/main/Cargo.toml b/core/main/Cargo.toml index f80a5e7a5..bb1fa64ee 100644 --- a/core/main/Cargo.toml +++ b/core/main/Cargo.toml @@ -16,7 +16,7 @@ # limitations under the License. [package] name = "main" -version = "0.2.0" +version = "0.3.0" edition = "2021" repository = "https://github.com/rdkcentral/Ripple" diff --git a/core/sdk/Cargo.toml b/core/sdk/Cargo.toml index 7017d2c60..0fff26a31 100644 --- a/core/sdk/Cargo.toml +++ b/core/sdk/Cargo.toml @@ -16,7 +16,7 @@ # limitations under the License. [package] name = "ripple_sdk" -version = "0.2.0" +version = "0.3.0" edition = "2021" repository = "https://github.com/rdkcentral/Ripple" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/device/thunder/Cargo.toml b/device/thunder/Cargo.toml index 2f5456a51..14a8ec229 100644 --- a/device/thunder/Cargo.toml +++ b/device/thunder/Cargo.toml @@ -17,7 +17,7 @@ [package] name = "thunder" -version = "0.2.0" +version = "0.3.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/device/thunder_ripple_sdk/Cargo.toml b/device/thunder_ripple_sdk/Cargo.toml index 37aab3238..b46612b92 100644 --- a/device/thunder_ripple_sdk/Cargo.toml +++ b/device/thunder_ripple_sdk/Cargo.toml @@ -17,7 +17,7 @@ [package] name = "thunder_ripple_sdk" -version = "0.2.0" +version = "0.3.0" edition = "2021" repository = "https://github.com/rdkcentral/Ripple" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html