From bf1ecf40e6747ece92e1ae91b27c561c70e1e7e9 Mon Sep 17 00:00:00 2001 From: satlead Date: Mon, 24 Apr 2023 14:47:43 -0400 Subject: [PATCH] feat: 0.3.0 versioning --- core/launcher/Cargo.toml | 2 +- core/main/Cargo.toml | 2 +- core/sdk/Cargo.toml | 2 +- device/thunder/Cargo.toml | 2 +- device/thunder_ripple_sdk/Cargo.toml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) 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