From 14dbad4bcbb3499ed72596894f07b7a2c9c62fe3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?D=C3=A1niel=20Buga?= Date: Tue, 10 Oct 2023 14:20:50 +0200 Subject: [PATCH] Bump version to 0.3.3 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b1b8432..b4ef1cf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "embedded-layout" -version = "0.3.2" +version = "0.3.3" license = "MIT" description = "Extend embedded-graphics with simple layout functions" repository = "https://github.com/bugadani/embedded-layout"