Skip to content

Commit 073abe4

Browse files
authored
update docs to use new ver
1 parent 8f7153b commit 073abe4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,12 @@ In Maven:
3535
<dependency>
3636
<groupId>io.github.pixee</groupId>
3737
<artifactId>java-security-toolkit</artifactId>
38-
<version>1.0.3</version>
38+
<version>1.0.4</version>
3939
</dependency>
4040
```
4141
In Gradle:
4242
```kotlin
43-
implementation("io.github.pixee:java-security-toolkit:1.0.3")
43+
implementation("io.github.pixee:java-security-toolkit:1.0.4")
4444
```
4545

4646
## Contributing

0 commit comments

Comments
 (0)