From a6bb2e40125d6db5ca151b841020cd2d2deae721 Mon Sep 17 00:00:00 2001 From: Rafael Caricio Date: Sun, 14 Jun 2020 14:42:05 +0200 Subject: [PATCH] Release 0.3.1 --- lvgl-sys/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lvgl-sys/Cargo.toml b/lvgl-sys/Cargo.toml index 6e1d72f..da45ff6 100644 --- a/lvgl-sys/Cargo.toml +++ b/lvgl-sys/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "lvgl-sys" description = "Raw bindings to the LittlevGL C library." -version = "0.3.0" +version = "0.3.1" authors = ["Rafael Caricio "] edition = "2018" license = "MIT"