diff --git a/pretend-awc/Cargo.toml b/pretend-awc/Cargo.toml index 15e5970..2fac10c 100644 --- a/pretend-awc/Cargo.toml +++ b/pretend-awc/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "pretend-awc" edition = "2018" -version = "0.2.0" +version = "0.2.1" description = "awc based client for pretend." authors = ["Lucien XU "] license = "MIT" diff --git a/pretend-codegen/Cargo.toml b/pretend-codegen/Cargo.toml index 2010912..d1b5b7c 100644 --- a/pretend-codegen/Cargo.toml +++ b/pretend-codegen/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "pretend-codegen" edition = "2018" -version = "0.2.0" +version = "0.2.1" description = "codegen for pretend." authors = ["Lucien XU "] license = "MIT" diff --git a/pretend-isahc/Cargo.toml b/pretend-isahc/Cargo.toml index 705c373..d62089a 100644 --- a/pretend-isahc/Cargo.toml +++ b/pretend-isahc/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "pretend-isahc" edition = "2018" -version = "0.2.0" +version = "0.2.1" description = "isahc based client for pretend." authors = ["Lucien XU "] license = "MIT" diff --git a/pretend-reqwest/Cargo.toml b/pretend-reqwest/Cargo.toml index 48f05cc..85e9e65 100644 --- a/pretend-reqwest/Cargo.toml +++ b/pretend-reqwest/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "pretend-reqwest" edition = "2018" -version = "0.2.0" +version = "0.2.1" description = "reqwest based client for pretend." authors = ["Lucien XU "] license = "MIT" diff --git a/pretend/Cargo.toml b/pretend/Cargo.toml index 246608f..cdc9701 100644 --- a/pretend/Cargo.toml +++ b/pretend/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "pretend" edition = "2018" -version = "0.2.0" +version = "0.2.1" description = "pretend is a modular, Feign-inspired, HTTP client based on macros." authors = ["Lucien XU "] license = "MIT"