diff --git a/Cargo.toml b/Cargo.toml index 4d7bfd8..fcfcce4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ members = [ ] [workspace.package] -version = "0.2.8" +version = "0.2.9" edition = "2021" license = "MIT" authors = ["DevITWay "] diff --git a/nora-registry/src/openapi.rs b/nora-registry/src/openapi.rs index dfc4dd6..094a601 100644 --- a/nora-registry/src/openapi.rs +++ b/nora-registry/src/openapi.rs @@ -15,7 +15,7 @@ use crate::AppState; #[openapi( info( title = "Nora", - version = "0.2.8", + version = "0.2.9", description = "Multi-protocol package registry supporting Docker, Maven, npm, Cargo, and PyPI", license(name = "MIT"), contact(name = "DevITWay", url = "https://github.com/getnora-io/nora")