Skip to content

Commit

Permalink
1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Loyisa committed Nov 25, 2023
1 parent 8de577b commit 8826d27
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 12 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.2.1</version>
<version>1.3</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.2.1'
compileOnly 'com.github.DionaMC:PluginHooker:1.3'
```

### 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.2.1</version>
<version>1.3</version>
</dependency>
```
### Gradle
Expand All @@ -52,7 +52,7 @@ PluginHooker 是一个 Bukkit 插件,它能够为开发者提供一种便捷
然后添加以下依赖

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

### API 用法
Expand Down
12 changes: 4 additions & 8 deletions 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.2.1</version>
<version>1.3</version>
<packaging>jar</packaging>

<name>PluginHooker</name>
Expand All @@ -32,17 +32,13 @@
<id>dmulloy2-repo</id>
<url>https://repo.dmulloy2.net/repository/public/</url>
</repository>
<repository>
<id>inker-repo</id>
<url>https://repo.inker.bot/repository/maven-snapshots/</url>
</repository>
</repositories>

<dependencies>
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<version>1.18.24</version>
<version>1.18.30</version>
<scope>provided</scope>
</dependency>

Expand All @@ -56,7 +52,7 @@
<dependency>
<groupId>com.comphenix.protocol</groupId>
<artifactId>ProtocolLib</artifactId>
<version>4.8.0</version>
<version>5.1.0</version>
<scope>provided</scope>
</dependency>

Expand Down Expand Up @@ -92,7 +88,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId>
<version>3.2.4</version>
<version>3.5.1</version>
<configuration>
<relocations>
<relocation>
Expand Down

0 comments on commit 8826d27

Please sign in to comment.