From 19efa445bf01aa0a3a417e706a474eb0cd25bf92 Mon Sep 17 00:00:00 2001 From: Yuri Iozzelli Date: Thu, 10 Jun 2021 18:40:14 +0200 Subject: [PATCH] Bump version to 0.5.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 637fc65..682f5ff 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ili9341" -version = "0.4.1" +version = "0.5.0" description = "A platform agnostic driver to interface with the ILI9341 (ald ILI9340C) TFT LCD display" authors = ["Yuri Iozzelli "] categories = ["embedded", "hardware-support", "no-std"]