Skip to content

Commit

Permalink
Preparing for v1.1.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinswiber committed Sep 13, 2023
1 parent 7933547 commit ce306ee
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 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.0.0"
version = "1.1.0"
authors = ["Kevin Swiber <[email protected]>"]
build = "build.rs"
readme = "README.md"
Expand Down
4 changes: 2 additions & 2 deletions postman2openapi-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.0.0"
version = "1.1.0"
description = "Convert a Postman collection to an OpenAPI definition. "
homepage = "https://github.com/kevinswiber/postman2openapi"
repository = "https://github.com/kevinswiber/postman2openapi"
Expand All @@ -18,4 +18,4 @@ path = "src/main.rs"
atty = "0.2"
clap = { version = "3.2", features = ["cargo"] }
lazy_static = "1.4.0"
postman2openapi = { path = "../" }
postman2openapi = { path = "../" }

0 comments on commit ce306ee

Please sign in to comment.