Skip to content

Commit

Permalink
Merge pull request #5 from pixee/update-readme-106
Browse files Browse the repository at this point in the history
Update README with version
  • Loading branch information
nahsra authored Jul 25, 2023
2 parents 0def925 + cd91550 commit 3f39783
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,12 @@ In Maven:
<dependency>
<groupId>io.github.pixee</groupId>
<artifactId>java-security-toolkit</artifactId>
<version>1.0.4</version>
<version>1.0.6</version>
</dependency>
```
In Gradle:
```kotlin
implementation("io.github.pixee:java-security-toolkit:1.0.4")
implementation("io.github.pixee:java-security-toolkit:1.0.6")
```

## Contributing
Expand Down

0 comments on commit 3f39783

Please sign in to comment.