Skip to content

Commit 07b74de

Browse files
committed
build(release): release version 2.0.7
1 parent 92e04bc commit 07b74de

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ The packages are published to the GitHub maven repository. Make sure to add it t
2020
<dependency>
2121
<groupId>io.github.guacsec</groupId>
2222
<artifactId>trustify-da-api-model</artifactId>
23-
<version>2.0.5</version>
23+
<version>2.0.7</version>
2424
</dependency>
2525
```
2626

@@ -29,5 +29,5 @@ The packages are published to the GitHub maven repository. Make sure to add it t
2929
Add it to your project as follows:
3030

3131
```bash
32-
npm install @guacsec/trustify-da-api-model@2.0.5
32+
npm install @guacsec/trustify-da-api-model@2.0.7
3333
```

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<groupId>io.github.guacsec</groupId>
77
<artifactId>trustify-da-api-model</artifactId>
8-
<version>2.0.6-SNAPSHOT</version>
8+
<version>2.0.7</version>
99
<name>Trustify Dependency Analytics API Spec</name>
1010
<description>Trustify :: Dependency Analytics :: Java API</description>
1111
<url>https://github.com/guacsec/trustify-da-api-spec</url>

0 commit comments

Comments
 (0)