Skip to content

Commit

Permalink
更新工具版本号至: v.1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
HChenX committed Sep 26, 2024
1 parent 3935cea commit c353fcf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README-en.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@ dependencyResolutionManagement {
```groovy
dependencies {
// jitpack
implementation 'com.github.HChenX:HookTool:v.1.0.3'
implementation 'com.github.HChenX:HookTool:v.1.0.4'
// maven
implementation 'io.github.hchenx:hooktool:v.1.0.3'
implementation 'io.github.hchenx:hooktool:v.1.0.4'
// Choose one of the two
}
```
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@ dependencyResolutionManagement {
```groovy
dependencies {
// jitpack
implementation 'com.github.HChenX:HookTool:v.1.0.3'
implementation 'com.github.HChenX:HookTool:v.1.0.4'
// maven
implementation 'io.github.hchenx:hooktool:v.1.0.3'
implementation 'io.github.hchenx:hooktool:v.1.0.4'
// 二选一即可
}
```
Expand Down

0 comments on commit c353fcf

Please sign in to comment.