Skip to content

Commit

Permalink
馃殌 Release 1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
gilday committed Mar 7, 2024
1 parent 691062c commit 6c151ea
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 @@ -35,12 +35,12 @@ In Maven:
<dependency>
<groupId>io.github.pixee</groupId>
<artifactId>java-security-toolkit</artifactId>
<version>1.1.2</version>
<version>1.1.3</version>
</dependency>
```
In Gradle:
```kotlin
implementation("io.github.pixee:java-security-toolkit:1.1.2")
implementation("io.github.pixee:java-security-toolkit:1.1.3")
```

## Contributing
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ tasks.named(java11SourceSet.jarTaskName) {
}

group = "io.github.pixee"
version = "1.1.2"
version = "1.1.3"
description = "java-security-toolkit"


Expand Down

0 comments on commit 6c151ea

Please sign in to comment.