diff --git a/Cargo.lock b/Cargo.lock index b18af5a..fad43b3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -166,7 +166,7 @@ checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5" [[package]] name = "firestore-path" -version = "0.9.4" +version = "0.9.5" dependencies = [ "anyhow", "google-api-proto", diff --git a/Cargo.toml b/Cargo.toml index b1e1034..677e0f4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "firestore-path" -version = "0.9.4" +version = "0.9.5" authors = ["bouzuya "] description = "A Firestore path helper" edition = "2021"