From f419552c9613ba16d20f555736f2a2cbb6887613 Mon Sep 17 00:00:00 2001 From: Bauke Date: Thu, 25 Jan 2024 19:14:06 +0100 Subject: [PATCH] Version 0.1.2! --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f5dce72..fc845a4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -713,7 +713,7 @@ dependencies = [ [[package]] name = "select-html" -version = "0.1.1" +version = "0.1.2" dependencies = [ "assert_cmd", "clap", diff --git a/Cargo.toml b/Cargo.toml index 04d6d8e..017323a 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.1" +version = "0.1.2" authors = ["Bauke "] edition = "2021"