From 7684af692ae20b3c16cdc796fdf8062d2f9070b6 Mon Sep 17 00:00:00 2001 From: Yeicor <4929005+Yeicor@users.noreply.github.com> Date: Sun, 12 Jan 2025 12:37:17 +0100 Subject: [PATCH] Update Cargo.toml to version 1.6.5 (automatic) (#453) Co-authored-by: Yeicor --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c11619c..9e3b2f8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5889,7 +5889,7 @@ dependencies = [ [[package]] name = "sdf-viewer" -version = "1.6.5-alpha.10" +version = "1.6.5" dependencies = [ "android_logger", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index a30f255..eed465d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sdf-viewer" -version = "1.6.5-alpha.10" +version = "1.6.5" authors = ["Yeicor"] description = "SDF Viewer" repository = "https://github.com/Yeicor/sdf-viewer"