From 8d1ec0d643ad1665a8b79bf8d29c8877f4e8721c Mon Sep 17 00:00:00 2001 From: Kevin Swiber Date: Tue, 21 Nov 2023 13:37:36 -0800 Subject: [PATCH] Bumping to v1.1.1. --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- cli/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) 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"