From 7df1b25d500b56428ee9a3eeb9902190f5706b21 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jaroslav=20=C5=A0mol=C3=ADk?= Date: Fri, 17 Mar 2023 15:42:40 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=EF=B8=8F=200.1.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4023cfd..bc6c2cc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -243,7 +243,7 @@ checksum = "9b7820b9daea5457c9f21c69448905d723fbd21136ccf521748f23fd49e723ee" [[package]] name = "plantaznik" -version = "0.1.1" +version = "0.1.2" dependencies = [ "clap", "clap-verbosity-flag", diff --git a/Cargo.toml b/Cargo.toml index 31d3635..b74fdb3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "plantaznik" -version = "0.1.1" +version = "0.1.2" edition = "2021" authors = ["Jaroslav Šmolík "] description = "CLI helper for managing PlantUML diagram sources and their previews in Markdown files"