1
Fork 0

Version 0.1.2!

This commit is contained in:
Bauke 2024-01-25 19:14:06 +01:00
parent 146eba19ef
commit f419552c96
Signed by: Bauke
GPG Key ID: C1C0F29952BCF558
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@ -713,7 +713,7 @@ dependencies = [
[[package]]
name = "select-html"
version = "0.1.1"
version = "0.1.2"
dependencies = [
"assert_cmd",
"clap",

View File

@ -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 <me@bauke.xyz>"]
edition = "2021"