diff --git a/Cargo.lock b/Cargo.lock index fbf312b..6be24c2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -501,7 +501,7 @@ dependencies = [ [[package]] name = "fossapi" -version = "0.2.2" +version = "0.3.0" dependencies = [ "async-trait", "axum", diff --git a/Cargo.toml b/Cargo.toml index 89757be..eb71b82 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "fossapi" -version = "0.2.2" +version = "0.3.0" edition = "2021" description = "Rust client library for the FOSSA REST API" license = "MIT"