diff --git a/README.md b/README.md index aab3c1b..83bc884 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ The packages are published to the GitHub maven repository. Make sure to add it t io.github.guacsec trustify-da-api-model - 2.0.11-SNAPSHOT + 2.0.12-SNAPSHOT ``` @@ -29,5 +29,5 @@ The packages are published to the GitHub maven repository. Make sure to add it t Add it to your project as follows: ```bash -npm install @guacsec/trustify-da-api-model@2.0.11-SNAPSHOT +npm install @guacsec/trustify-da-api-model@2.0.12-SNAPSHOT ``` diff --git a/pom.xml b/pom.xml index 86665da..8b76eb1 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ io.github.guacsec trustify-da-api-model - 2.0.11-SNAPSHOT + 2.0.12-SNAPSHOT Trustify Dependency Analytics API Spec Trustify :: Dependency Analytics :: Java API https://github.com/guacsec/trustify-da-api-spec diff --git a/releasebranch.txt b/releasebranch.txt index ffd3b8a..714bc77 100644 --- a/releasebranch.txt +++ b/releasebranch.txt @@ -1 +1 @@ -release/v2.0.10 +release/v2.0.11