From 6c2d0f0f062b112f773ae97610b83977d5b8f2d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?D=C3=A1niel=20Buga?= Date: Fri, 13 Oct 2023 21:23:30 +0200 Subject: [PATCH] Bump version to 0.6.5 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index aa82e0a3..14888f51 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "embedded-text" -version = "0.6.4" +version = "0.6.5" license = "MIT" description = "TextBox for embedded-graphics" repository = "https://github.com/embedded-graphics/embedded-text"