Skip to content

Commit

Permalink
feat: 0.3.0 versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
satlead committed Apr 24, 2023
1 parent 86bc8ae commit bf1ecf4
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion core/launcher/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion core/main/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down
2 changes: 1 addition & 1 deletion core/sdk/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion device/thunder/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion device/thunder_ripple_sdk/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bf1ecf4

Please sign in to comment.