diff --git a/Cargo.lock b/Cargo.lock index efcd2c3..cfdb230 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -457,7 +457,7 @@ dependencies = [ [[package]] name = "cull-gmail" -version = "0.1.6" +version = "0.1.7" dependencies = [ "assert_cmd", "assert_fs", diff --git a/README.md b/README.md index 4c06791..b6ef4b0 100644 --- a/README.md +++ b/README.md @@ -664,7 +664,7 @@ Add the library to your `Cargo.toml`: ```toml [dependencies] -cull-gmail = "0.1.6" +cull-gmail = "0.1.7" tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] } ``` diff --git a/crates/cull-gmail/Cargo.toml b/crates/cull-gmail/Cargo.toml index def114b..69cda31 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.6" +version = "0.1.7" 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 4c06791..b6ef4b0 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.6" +cull-gmail = "0.1.7" tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] } ``` diff --git a/docs/lib.md b/docs/lib.md index 4b5dd83..93f1517 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.6" +cull-gmail = "0.1.7" tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] } ```