diff --git a/Cargo.lock b/Cargo.lock index bb705a7..efcd2c3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -457,7 +457,7 @@ dependencies = [ [[package]] name = "cull-gmail" -version = "0.1.5" +version = "0.1.6" dependencies = [ "assert_cmd", "assert_fs", diff --git a/README.md b/README.md index 29e7c79..4c06791 100644 --- a/README.md +++ b/README.md @@ -664,7 +664,7 @@ Add the library to your `Cargo.toml`: ```toml [dependencies] -cull-gmail = "0.1.5" +cull-gmail = "0.1.6" tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] } ``` diff --git a/crates/cull-gmail/Cargo.toml b/crates/cull-gmail/Cargo.toml index 1d57008..def114b 100644 --- a/crates/cull-gmail/Cargo.toml +++ b/crates/cull-gmail/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "cull-gmail" description = "Cull emails from a gmail account using the gmail API" -version = "0.1.5" +version = "0.1.6" edition.workspace = true authors.workspace = true rust-version.workspace = true diff --git a/crates/cull-gmail/README.md b/crates/cull-gmail/README.md index 29e7c79..4c06791 100644 --- a/crates/cull-gmail/README.md +++ b/crates/cull-gmail/README.md @@ -664,7 +664,7 @@ Add the library to your `Cargo.toml`: ```toml [dependencies] -cull-gmail = "0.1.5" +cull-gmail = "0.1.6" tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] } ``` diff --git a/docs/lib.md b/docs/lib.md index e4ff7e3..4b5dd83 100644 --- a/docs/lib.md +++ b/docs/lib.md @@ -8,7 +8,7 @@ Add the library to your `Cargo.toml`: ```toml [dependencies] -cull-gmail = "0.1.5" +cull-gmail = "0.1.6" tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] } ```