Skip to content

Commit

Permalink
docs: release (#71)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremylong committed Aug 18, 2023
1 parent b1a243f commit b04b42d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ plugins {
}

group 'io.github.jeremylong'
version = '4.1.1'
version = '4.1.2'

repositories {
mavenCentral()
Expand Down
4 changes: 2 additions & 2 deletions open-vulnerability-clients/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,14 +39,14 @@ See API usage examples in the [open-vulnerability-store](https://github.com/jere
<dependency>
<groupId>io.github.jeremylong</groupId>
<artifactId>open-vulnerability-clients</artifactId>
<version>4.1.1</version>
<version>4.1.2</version>
</dependency>
```

### gradle

```groovy
implementation 'io.github.jeremylong:open-vulnerability-clients:4.1.1'
implementation 'io.github.jeremylong:open-vulnerability-clients:4.1.2'
```

### api usage
Expand Down
4 changes: 2 additions & 2 deletions vulnz/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ export JAVA_OPTS="-Xmx2g"
Alternatively, run the CLI using the `-Xmx2g` argument:

```bash
java -Xmx2g -jar ./vulnz-4.1.1.jar
java -Xmx2g -jar ./vulnz-4.1.2.jar
```

### Creating the Cache
Expand All @@ -71,7 +71,7 @@ for file in *.json; do gzip -k "${file}"; done
Alternatively, without using the above install command:

```bash
./vulnz-4.1.1.jar cve --cache --directory ./cache
./vulnz-4.1.2.jar cve --cache --directory ./cache
cd cache
for file in *.json; do gzip -k "${file}"; done
```
Expand Down

0 comments on commit b04b42d

Please sign in to comment.