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 93b92a4 commit eeb9619Copy full SHA for eeb9619
2 files changed
README.md
@@ -28,7 +28,7 @@ repositories {
28
}
29
30
dependencies {
31
- implementation("me.arcaniax:HeadDatabase-API:1.0.0")
+ implementation("me.arcaniax:HeadDatabase-API:1.1.0")
32
33
```
34
@@ -44,7 +44,7 @@ dependencies {
44
<dependency>
45
<groupId>me.arcaniax</groupId>
46
<artifactId>HeadDatabase-API</artifactId>
47
- <version>1.0.0</version>
+ <version>1.1.0</version>
48
<scope>provided</scope>
49
</dependency>
50
build.gradle.kts
@@ -13,7 +13,7 @@ configure<JavaPluginConvention> {
13
14
15
group = "me.arcaniax"
16
-version = "1.0.0"
+version = "1.1.0"
17
18
repositories {
19
mavenCentral()
0 commit comments