From 44d0b453b134403d5a8e2d7de8fb439e2513d0b7 Mon Sep 17 00:00:00 2001 From: yozhgoor Date: Sat, 16 Jul 2022 18:43:26 +0200 Subject: [PATCH] (cargo-release) version 0.2.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0476de1..2473f47 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2026,7 +2026,7 @@ dependencies = [ [[package]] name = "yewprint" -version = "0.1.1" +version = "0.2.0" dependencies = [ "gloo 0.6.1", "heck 0.3.3", diff --git a/Cargo.toml b/Cargo.toml index f19b615..4f9cbbd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "yewprint" -version = "0.1.1" +version = "0.2.0" authors = ["Cecile Tonglet "] edition = "2018" license = "MIT OR Apache-2.0"