diff --git a/README.md b/README.md index 636f256..c0417c6 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 com.redhat.ecosystemappeng exhort-api - 1.0.8 + 1.0.9-SNAPSHOT ``` @@ -36,5 +36,5 @@ echo "@RHEcosystemAppEng:registry=https://npm.pkg.github.com" >> .npmrc Then, add it to your project as follows: ```bash -npm install @RHEcosystemAppEng/exhort-javascript-api@1.0.8 +npm install @RHEcosystemAppEng/exhort-javascript-api@1.0.9-SNAPSHOT ``` \ No newline at end of file diff --git a/pom.xml b/pom.xml index 4a032e7..269d865 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ com.redhat.ecosystemappeng exhort-api-spec - 1.0.8 + 1.0.9-SNAPSHOT Exhort Java API Red Hat Trusted Profile Analizer :: Exhort :: Java API https://github.com/RHEcosystemAppEng/exhort-api-spec