Skip to content

Commit b673e7e

Browse files
authored
Merge pull request #28 from pixee/release/v1.1.3
🚀 Release 1.1.3
2 parents 691062c + 6c151ea commit b673e7e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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.1.2</version>
38+
<version>1.1.3</version>
3939
</dependency>
4040
```
4141
In Gradle:
4242
```kotlin
43-
implementation("io.github.pixee:java-security-toolkit:1.1.2")
43+
implementation("io.github.pixee:java-security-toolkit:1.1.3")
4444
```
4545

4646
## Contributing

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ tasks.named(java11SourceSet.jarTaskName) {
9191
}
9292

9393
group = "io.github.pixee"
94-
version = "1.1.2"
94+
version = "1.1.3"
9595
description = "java-security-toolkit"
9696

9797

0 commit comments

Comments
 (0)