From 87fcffdb71a822df926419a05141ab6bb37bf6c7 Mon Sep 17 00:00:00 2001 From: Cecile Tonglet Date: Tue, 23 Nov 2021 10:25:17 +0100 Subject: [PATCH] (cargo-release) version 0.1.1 --- Cargo.lock | 2 +- yewprint/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8c0a602..28bd34a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3490,7 +3490,7 @@ dependencies = [ [[package]] name = "yewprint" -version = "0.1.0" +version = "0.1.1" dependencies = [ "heck", "id_tree", diff --git a/yewprint/Cargo.toml b/yewprint/Cargo.toml index a796b77..c7bda34 100644 --- a/yewprint/Cargo.toml +++ b/yewprint/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "yewprint" -version = "0.1.0" +version = "0.1.1" authors = ["Cecile Tonglet "] edition = "2018" license = "MIT OR Apache-2.0"