diff --git a/Cargo.lock b/Cargo.lock index 36f05af..75c0ecf 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1078,7 +1078,7 @@ dependencies = [ [[package]] name = "tildes-wiki-sitemap" -version = "0.1.0" +version = "0.2.0" dependencies = [ "askama", "color-eyre", diff --git a/Cargo.toml b/Cargo.toml index 75f3fb9..ef0db71 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ name = "tildes-wiki-sitemap" description = "Tildes Wiki sitemap generator." repository = "https://git.bauke.xyz/Bauke/tildes-parser" license = "AGPL-3.0-or-later" -version = "0.1.0" +version = "0.2.0" authors = ["Bauke "] edition = "2021"