We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d2371b commit 66aef56Copy full SHA for 66aef56
README.md
@@ -26,7 +26,7 @@ repositories {
26
}
27
28
dependencies {
29
- compileOnly("com.arcaniax:HeadDatabase-API:1.3.0")
+ compileOnly("com.arcaniax:HeadDatabase-API:1.3.1")
30
31
```
32
@@ -36,7 +36,7 @@ dependencies {
36
<dependency>
37
<groupId>com.arcaniax</groupId>
38
<artifactId>HeadDatabase-API</artifactId>
39
- <version>1.3.0</version>
+ <version>1.3.1</version>
40
<scope>provided</scope>
41
</dependency>
42
build.gradle.kts
@@ -23,7 +23,7 @@ configurations.all {
23
24
25
group = "com.arcaniax"
-version = "1.3.1-SNAPSHOT"
+version = "1.3.1"
repositories {
maven {
0 commit comments