From 2cbd70dcbdffd59d344e34b7f4efa82e5b53f5dd Mon Sep 17 00:00:00 2001 From: Chugunov Roman Date: Tue, 3 Sep 2019 11:02:18 +0300 Subject: [PATCH] Release v0.1.1 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4d897f3..ba40a05 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -77,7 +77,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "font_helper" -version = "0.1.0" +version = "0.1.1" dependencies = [ "flexi_logger 0.14.3 (registry+https://github.com/rust-lang/crates.io-index)", "libfonthelper 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index c3cd2c2..e412add 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "font_helper" -version = "0.1.0" +version = "0.1.1" authors = ["Chugunov Roman "] edition = "2018" license = "GPL-2.0-only"