From 18e0cb7aabe96a3e88272a5b463bbd28d2d419c5 Mon Sep 17 00:00:00 2001 From: Jonathan Schwender Date: Thu, 18 Jul 2024 11:20:57 +0200 Subject: [PATCH] Bump versions Signed-off-by: Jonathan Schwender --- Cargo.toml | 2 +- components/drawing/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"