Skip to content

Commit

Permalink
1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Loyisa committed Nov 25, 2023
1 parent b8f4242 commit aa373ca
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Then add the following dependency
<dependency>
<groupId>com.github.DionaMC</groupId>
<artifactId>PluginHooker</artifactId>
<version>1.3</version>
<version>1.3.1</version>
</dependency>
```
### Gradle
Expand All @@ -54,7 +54,7 @@ Add the following repository to your build.gradle:
Then add the following dependency

```groovy
compileOnly 'com.github.DionaMC:PluginHooker:1.3'
compileOnly 'com.github.DionaMC:PluginHooker:1.3.1'
```

### API usage
Expand Down
4 changes: 2 additions & 2 deletions README_zh_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ PluginHooker 是一个 Bukkit 插件,它能够为开发者提供一种便捷
<dependency>
<groupId>com.github.DionaMC</groupId>
<artifactId>PluginHooker</artifactId>
<version>1.3</version>
<version>1.3.1</version>
</dependency>
```
### Gradle
Expand All @@ -52,7 +52,7 @@ PluginHooker 是一个 Bukkit 插件,它能够为开发者提供一种便捷
然后添加以下依赖

```groovy
compileOnly 'com.github.DionaMC:PluginHooker:1.3'
compileOnly 'com.github.DionaMC:PluginHooker:1.3.1'
```

### API 用法
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>dev.diona</groupId>
<artifactId>PluginHooker</artifactId>
<version>1.3</version>
<version>1.3.1</version>
<packaging>jar</packaging>

<name>PluginHooker</name>
Expand Down

0 comments on commit aa373ca

Please sign in to comment.