diff --git a/Cargo.lock b/Cargo.lock index e1a5b02..59d6cf3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -295,7 +295,7 @@ checksum = "4d5d9eb14b174ee9aa2ef96dc2b94637a2d4b6e7cb873c7e171f0c20c6cf3eac" [[package]] name = "postman2openapi" -version = "1.1.1" +version = "1.2.0" dependencies = [ "anyhow", "console_error_panic_hook", @@ -318,7 +318,7 @@ dependencies = [ [[package]] name = "postman2openapi-cli" -version = "1.1.1" +version = "1.2.0" dependencies = [ "atty", "chrono", diff --git a/Cargo.toml b/Cargo.toml index 0ec5242..6c6e4af 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.1" +version = "1.2.0" authors = ["Kevin Swiber "] readme = "README.md" documentation = "https://docs.rs/postman2openapi" diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 2c9ef05..db97838 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "postman2openapi-cli" authors = ["Kevin Swiber "] -version = "1.1.1" +version = "1.2.0" description = "Convert a Postman collection to an OpenAPI definition. " homepage = "https://github.com/kevinswiber/postman2openapi" repository = "https://github.com/kevinswiber/postman2openapi" diff --git a/web/package-lock.json b/web/package-lock.json index 8b6baba..635ce28 100644 --- a/web/package-lock.json +++ b/web/package-lock.json @@ -7248,7 +7248,7 @@ }, "wasm": { "name": "postman2openapi", - "version": "1.1.1", + "version": "1.2.0", "license": "Apache-2.0" } },