From 7f678b7e9f0d8c1c3ee35691d9f2c1aab43abc87 Mon Sep 17 00:00:00 2001 From: Yuri Iozzelli Date: Wed, 15 Apr 2020 18:16:14 +0200 Subject: [PATCH] Bump version to 0.3.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 8080135..8355de2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ili9341" -version = "0.3.0-beta.1" +version = "0.3.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"]