From 7b3194dfc4ac37554656f140cda5031035877b7a Mon Sep 17 00:00:00 2001 From: Teppei Taguchi Date: Thu, 15 Aug 2024 03:48:07 +0900 Subject: [PATCH] chore(release): v0.1.1 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 838243d..654511c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -224,7 +224,7 @@ checksum = "1462739cb27611015575c0c11df5df7601141071f07518d56fcc1be504cbec97" [[package]] name = "clip-to-notion" -version = "0.1.0" +version = "0.1.1" dependencies = [ "anyhow", "clap", diff --git a/Cargo.toml b/Cargo.toml index b29e993..31a6bde 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "clip-to-notion" -version = "0.1.0" +version = "0.1.1" edition = "2021" description = "Efficiently fetch the title and metadata from a URL and tidily organize them into a Notion database." readme = "README.md"