From 67ebf317cb4ceb1d31c08ca01aeeba83eef08d78 Mon Sep 17 00:00:00 2001 From: Bauke Date: Fri, 23 Sep 2022 17:44:18 +0200 Subject: [PATCH] Version 0.1.1! --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d9af711..bde415e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -835,7 +835,7 @@ dependencies = [ [[package]] name = "select-html" -version = "0.1.0" +version = "0.1.1" dependencies = [ "assert_cmd", "clap", diff --git a/Cargo.toml b/Cargo.toml index c18ac4d..50cc1c9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ name = "select-html" description = "Extract HTML using CSS selectors in the command-line." repository = "https://git.bauke.xyz/Bauke/select-html" license = "AGPL-3.0-or-later" -version = "0.1.0" +version = "0.1.1" authors = ["Bauke "] edition = "2021"