@trustify-da/trustify-da-api-model 2.0.10 → 2.0.11-ea.c3fd37c

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -20,7 +20,7 @@ The packages are published to the GitHub maven repository. Make sure to add it t
20
20
  <dependency>
21
21
  <groupId>io.github.guacsec</groupId>
22
22
  <artifactId>trustify-da-api-model</artifactId>
23
- <version>2.0.10</version>
23
+ <version>2.0.11-SNAPSHOT</version>
24
24
  </dependency>
25
25
  ```
26
26
 
@@ -29,5 +29,5 @@ The packages are published to the GitHub maven repository. Make sure to add it t
29
29
  Add it to your project as follows:
30
30
 
31
31
  ```bash
32
- npm install @guacsec/trustify-da-api-model@2.0.10
32
+ npm install @guacsec/trustify-da-api-model@2.0.11-SNAPSHOT
33
33
  ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trustify-da/trustify-da-api-model",
3
- "version": "2.0.10",
3
+ "version": "2.0.11-ea.c3fd37c",
4
4
  "description": "Trustify :: Dependency Analytics :: API",
5
5
  "author": "Trustify Dependency Analytics Authors",
6
6
  "type": "commonjs",