Update README.md

This commit is contained in:
ks-hl
2024-07-18 10:24:58 -04:00
committed by GitHub
parent c4dede2ca2
commit 2135212a84

View File

@@ -13,7 +13,7 @@ Wiki: https://github.com/Heliosares/AuxProtect/wiki
<dependency>
<groupId>com.github.Heliosares</groupId>
<artifactId>AuxProtect</artifactId>
<version>1.2</version>
<version>1.3.1</version>
<scope>provided</scope>
</dependency>
```
@@ -21,5 +21,5 @@ Wiki: https://github.com/Heliosares/AuxProtect/wiki
```
maven { url 'https://jitpack.io' }
implementation 'com.github.Heliosares:AuxProtect:1.2'
implementation 'com.github.Heliosares:AuxProtect:1.3.1'
```