Skip to content

Commit

Permalink
1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Loyisa committed Sep 26, 2022
1 parent 790f706 commit 1f2bc07
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion 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.Diona-testserver</groupId>
<artifactId>PluginHooker</artifactId>
<version>1.0.1</version>
<version>1.0.2</version>
</dependency>
...
</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion README_zh_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ PluginHooker 是一个提供简单的方式来 hook 事件的 Bukkit 插件
<dependency>
<groupId>com.github.Diona-testserver</groupId>
<artifactId>PluginHooker</artifactId>
<version>1.0.1</version>
<version>1.0.2</version>
</dependency>
...
</dependencies>
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>io.github.diona-testserver</groupId>
<artifactId>PluginHooker</artifactId>
<version>1.0.1</version>
<version>1.0.2</version>
<packaging>jar</packaging>

<name>PluginHooker</name>
Expand Down

0 comments on commit 1f2bc07

Please sign in to comment.