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 275a9de commit 438586bCopy full SHA for 438586b
2 files changed
README.md
@@ -27,7 +27,7 @@ repositories {
27
}
28
29
dependencies {
30
- compileOnly("me.arcaniax:HeadDatabase-API:1.1.0")
+ compileOnly("me.arcaniax:HeadDatabase-API:1.2.0")
31
32
```
33
@@ -43,7 +43,7 @@ dependencies {
43
<dependency>
44
<groupId>me.arcaniax</groupId>
45
<artifactId>HeadDatabase-API</artifactId>
46
- <version>1.1.0</version>
+ <version>1.2.0</version>
47
<scope>provided</scope>
48
</dependency>
49
build.gradle.kts
@@ -13,7 +13,7 @@ the<JavaPluginExtension>().toolchain {
13
14
15
group = "me.arcaniax"
16
-version = "1.1.1-SNAPSHOT"
+version = "1.2.0"
17
18
repositories {
19
mavenCentral()
0 commit comments