From 826891d01e8dd2a8acfca308e1b8c93552a2723c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jaroslav=20=C5=A0mol=C3=ADk?= Date: Mon, 3 Apr 2023 10:55:00 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=EF=B8=8F=200.1.3?= 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 bc6c2cc..01aef00 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -243,7 +243,7 @@ checksum = "9b7820b9daea5457c9f21c69448905d723fbd21136ccf521748f23fd49e723ee" [[package]] name = "plantaznik" -version = "0.1.2" +version = "0.1.3" dependencies = [ "clap", "clap-verbosity-flag", diff --git a/Cargo.toml b/Cargo.toml index b74fdb3..12de36e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "plantaznik" -version = "0.1.2" +version = "0.1.3" edition = "2021" authors = ["Jaroslav Šmolík "] description = "CLI helper for managing PlantUML diagram sources and their previews in Markdown files"