From f292879fe1b710b50cce6141a94ebde7a649cce1 Mon Sep 17 00:00:00 2001 From: Yeicor Date: Mon, 19 Aug 2024 21:36:14 +0000 Subject: [PATCH] Update Cargo.toml to version 1.5.1 (automatic) --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 58feba9..2c1eb16 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5059,7 +5059,7 @@ dependencies = [ [[package]] name = "sdf-viewer" -version = "1.5.0" +version = "1.5.1" dependencies = [ "android-activity 0.6.0", "android_logger", diff --git a/Cargo.toml b/Cargo.toml index b233021..84559aa 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sdf-viewer" -version = "1.5.0" +version = "1.5.1" authors = ["Yeicor"] description = "SDF Viewer" repository = "https://github.com/Yeicor/sdf-viewer"