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

Commit

Permalink
Bump 1.0.4 (#90)
Browse files Browse the repository at this point in the history
  • Loading branch information
MaicolAntali authored Jan 18, 2024
1 parent d15a3c8 commit 5523517
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 @@ -34,7 +34,7 @@ The library required **Java 17** or higher versions.
2. Add the dependency
```gradle
dependencies {
implementation 'com.github.MaicolAntali:clashJ:1.0.3'
implementation 'com.github.MaicolAntali:clashJ:1.0.4'
}
```

Expand All @@ -55,7 +55,7 @@ The library required **Java 17** or higher versions.
<dependency>
<groupId>com.github.MaicolAntali</groupId>
<artifactId>clashJ</artifactId>
<version>1.0.3</version>
<version>1.0.4</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion clashJ/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ plugins {
`maven-publish`
}

version = "1.0.3"
version = "1.0.4"
group = "io.github.maicolantali"

repositories {
Expand Down

0 comments on commit 5523517

Please sign in to comment.