diff --git a/Cargo.lock b/Cargo.lock index 68bcc0f..bb705a7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -457,7 +457,7 @@ dependencies = [ [[package]] name = "cull-gmail" -version = "0.1.4" +version = "0.1.5" dependencies = [ "assert_cmd", "assert_fs", diff --git a/README.md b/README.md index 00c5320..29e7c79 100644 --- a/README.md +++ b/README.md @@ -664,7 +664,7 @@ Add the library to your `Cargo.toml`: ```toml [dependencies] -cull-gmail = "0.1.4" +cull-gmail = "0.1.5" tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] } ``` diff --git a/crates/cull-gmail/Cargo.toml b/crates/cull-gmail/Cargo.toml index c44e824..1d57008 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.4" +version = "0.1.5" 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 00c5320..29e7c79 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.4" +cull-gmail = "0.1.5" tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] } ``` diff --git a/docs/lib.md b/docs/lib.md index ac89123..e4ff7e3 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.4" +cull-gmail = "0.1.5" tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] } ```