aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Fischer <martin@push-f.com>2021-11-19 08:41:00 +0100
committerMartin Fischer <martin@push-f.com>2021-11-19 08:41:00 +0100
commit4f37d58dabb75a0e0b95fb19ec4a2eee01c61e25 (patch)
treeb3e2b91d3c7e85b5a40787855123082d852d668b
parent98ad8cec144900c7799772b3a53241825b416b4f (diff)
bump version to 0.2.0v0.2.0
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index a4257b3..06bcb5b 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,7 +1,7 @@
[package]
name = "html5tokenizer"
-version = "0.1.0"
+version = "0.2.0"
authors = [ "The html5ever Project Developers", "Martin Fischer" ]
license = "MIT / Apache-2.0"
repository = "https://git.push-f.com/html5tokenizer"