From 16697c2f151a3f0fd2ce0f1943681a86eea237b1 Mon Sep 17 00:00:00 2001 From: Serhiy Barhamon Date: Sat, 5 Aug 2023 22:04:07 +0200 Subject: [PATCH] bump version --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 77451af..88f85b9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -98,7 +98,7 @@ checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" [[package]] name = "yamd" -version = "0.4.0" +version = "0.5.0" dependencies = [ "pretty_assertions", ] diff --git a/Cargo.toml b/Cargo.toml index 1294e61..dee6cc1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "yamd" -version = "0.4.0" +version = "0.5.0" edition = "2021" license = "MIT OR Apache-2.0" description = "Yet Another Markdown (flavor)"