From a4a1ec516dc8ac7dfed60b4cdb8048d3052e0da9 Mon Sep 17 00:00:00 2001 From: Mika Vatanen Date: Mon, 27 Sep 2021 20:40:53 +0300 Subject: [PATCH] Bump version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 622deb0..dc37215 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ttf2mesh" -version = "0.0.9" +version = "0.0.10" edition = "2018" description = "Rust API for ttf2mesh" repository = "https://github.com/blaind/ttf2mesh-rs"