Skip to content

Commit

Permalink
Bumping version to 1.2.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinswiber committed Jan 31, 2024
1 parent 81696bc commit 4144918
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>"]
readme = "README.md"
documentation = "https://docs.rs/postman2openapi"
Expand Down
2 changes: 1 addition & 1 deletion cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "postman2openapi-cli"
authors = ["Kevin Swiber <[email protected]>"]
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"
Expand Down

0 comments on commit 4144918

Please sign in to comment.