diff --git a/Cargo.lock b/Cargo.lock index b32115c..8cf3329 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -797,7 +797,7 @@ dependencies = [ [[package]] name = "nextcloud-config-parser" -version = "0.15.2" +version = "0.15.3" dependencies = [ "form_urlencoded", "indexmap", diff --git a/Cargo.toml b/Cargo.toml index 183f325..2607fcb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "nextcloud-config-parser" description = "Rust parser for nextcloud config files" -version = "0.15.2" +version = "0.15.3" authors = ["Robin Appelman "] edition = "2021" license = "MIT OR Apache-2.0"