Skip to content
This repository was archived by the owner on Apr 9, 2024. It is now read-only.

Commit d1d518e

Browse files
authored
Bump the 1.0.2 version (#63)
1 parent e9a9c94 commit d1d518e

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
@@ -34,7 +34,7 @@ The library required **Java 17** or higher versions.
3434
2. Add the dependency
3535
```gradle
3636
dependencies {
37-
implementation 'com.github.MaicolAntali:clashJ:1.0.1'
37+
implementation 'com.github.MaicolAntali:clashJ:1.0.2'
3838
}
3939
```
4040

@@ -55,7 +55,7 @@ The library required **Java 17** or higher versions.
5555
<dependency>
5656
<groupId>com.github.MaicolAntali</groupId>
5757
<artifactId>clashJ</artifactId>
58-
<version>1.0.1</version>
58+
<version>1.0.2</version>
5959
</dependency>
6060
```
6161

clashJ/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ plugins {
88
`maven-publish`
99
}
1010

11-
version = "1.0.1"
11+
version = "1.0.2"
1212
group = "io.github.maicolantali"
1313

1414
repositories {

0 commit comments

Comments
 (0)