From a9f5bb938692524b67029b3b5970ce0a8c154844 Mon Sep 17 00:00:00 2001 From: Marcus Bauer Date: Sat, 17 Jul 2021 14:14:06 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20v1.0.1?= 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 97dd0f5..248c4a3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -85,7 +85,7 @@ checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610" [[package]] name = "campfire" -version = "1.0.0" +version = "1.0.1" dependencies = [ "chrono", "clap", diff --git a/Cargo.toml b/Cargo.toml index bb5bab6..2564755 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "campfire" description = "A tiny static site generator, greatly inspired by Zola." -version = "1.0.0" +version = "1.0.1" authors = ["Marcus Bauer "] edition = "2018" repository = "https://github.com/mabako/campfire"