Skip to content

Commit

Permalink
Bumping to v1.1.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinswiber committed Nov 21, 2023
1 parent 0e2a0c5 commit 8d1ec0d
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.1.0"
version = "1.1.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.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"
Expand Down

0 comments on commit 8d1ec0d

Please sign in to comment.