Skip to content

Commit

Permalink
build: release 1.0.1 (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremylong authored Jan 23, 2023
1 parent aa6e5f2 commit ceeaa31
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,14 @@ Vulnerability Catalog can be downloaded in ~90 seconds.
<dependency>
<groupId>io.github.jeremylong</groupId>
<artifactId>nvd-lib</artifactId>
<version>1.0.0</version>
<version>1.0.1</version>
</dependency>
```

### gradle

```groovy
implementation 'io.github.jeremylong:nvd-lib:1.0.0'
implementation 'io.github.jeremylong:nvd-lib:1.0.1'
```

### building from source
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ plugins {
}

group 'io.github.jeremylong'
version = '1.0.0'
version = '1.0.1'

repositories {
mavenCentral()
Expand Down

0 comments on commit ceeaa31

Please sign in to comment.