From 414491851f9d23b1c25a154325c7708ac7535276 Mon Sep 17 00:00:00 2001 From: Kevin Swiber Date: Wed, 31 Jan 2024 14:22:38 -0800 Subject: [PATCH] Bumping version to 1.2.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 59d6cf3..ca1dc20 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -295,7 +295,7 @@ checksum = "4d5d9eb14b174ee9aa2ef96dc2b94637a2d4b6e7cb873c7e171f0c20c6cf3eac" [[package]] name = "postman2openapi" -version = "1.2.0" +version = "1.2.1" dependencies = [ "anyhow", "console_error_panic_hook", @@ -318,7 +318,7 @@ dependencies = [ [[package]] name = "postman2openapi-cli" -version = "1.2.0" +version = "1.2.1" dependencies = [ "atty", "chrono", diff --git a/Cargo.toml b/Cargo.toml index e9e993a..dc226a0 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.2.0" +version = "1.2.1" authors = ["Kevin Swiber "] readme = "README.md" documentation = "https://docs.rs/postman2openapi" diff --git a/cli/Cargo.toml b/cli/Cargo.toml index db97838..aff436f 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "postman2openapi-cli" authors = ["Kevin Swiber "] -version = "1.2.0" +version = "1.2.1" description = "Convert a Postman collection to an OpenAPI definition. " homepage = "https://github.com/kevinswiber/postman2openapi" repository = "https://github.com/kevinswiber/postman2openapi"