diff --git a/Cargo.lock b/Cargo.lock index d1a2aaa..e1a5b02 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -295,7 +295,7 @@ checksum = "4d5d9eb14b174ee9aa2ef96dc2b94637a2d4b6e7cb873c7e171f0c20c6cf3eac" [[package]] name = "postman2openapi" -version = "1.1.0" +version = "1.1.1" dependencies = [ "anyhow", "console_error_panic_hook", @@ -318,7 +318,7 @@ dependencies = [ [[package]] name = "postman2openapi-cli" -version = "1.1.0" +version = "1.1.1" dependencies = [ "atty", "chrono", diff --git a/Cargo.toml b/Cargo.toml index 3152f9f..0ec5242 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ description = "Convert a Postman collection to an OpenAPI definition. " homepage = "https://github.com/kevinswiber/postman2openapi" repository = "https://github.com/kevinswiber/postman2openapi" license = "Apache-2.0" -version = "1.1.0" +version = "1.1.1" authors = ["Kevin Swiber "] readme = "README.md" documentation = "https://docs.rs/postman2openapi" diff --git a/cli/Cargo.toml b/cli/Cargo.toml index a655f9e..2c9ef05 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "postman2openapi-cli" authors = ["Kevin Swiber "] -version = "1.1.0" +version = "1.1.1" description = "Convert a Postman collection to an OpenAPI definition. " homepage = "https://github.com/kevinswiber/postman2openapi" repository = "https://github.com/kevinswiber/postman2openapi"