diff --git a/Cargo.toml b/Cargo.toml index b0451f1..5c3fe87 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ohos-sys" -version = "0.2.0-beta4" +version = "0.2.0" edition = "2021" description = "Bindings to the native API of OpenHarmony OS" license = "Apache-2.0" diff --git a/components/drawing/Cargo.toml b/components/drawing/Cargo.toml index 5c32507..2879818 100644 --- a/components/drawing/Cargo.toml +++ b/components/drawing/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ohos-drawing-sys" -version = "0.1.0" +version = "0.1.1" edition = "2021" description = "Bindings to the `native_drawing` API of OpenHarmony OS" license = "Apache-2.0"