From 215452465efa4107f83a5e36a6bb2de5b5c2e676 Mon Sep 17 00:00:00 2001 From: alex wennerberg Date: Wed, 12 Jan 2022 18:09:09 -0800 Subject: [PATCH] Bump version to v0.1.2 General refactoring, cleanup, tests, and better documentation, thanks to Johann150 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6f19e1e..1bbb709 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4,4 +4,4 @@ version = 3 [[package]] name = "nanohtml2text" -version = "0.1.1" +version = "0.1.2" diff --git a/Cargo.toml b/Cargo.toml index ed34737..9ba1f9e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "nanohtml2text" -version = "0.1.1" +version = "0.1.2" edition = "2018" readme = "README.txt" license = "MIT"