Skip to content

Commit eeb9619

Browse files
committed
1.1.0
1 parent 93b92a4 commit eeb9619

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ repositories {
2828
}
2929

3030
dependencies {
31-
implementation("me.arcaniax:HeadDatabase-API:1.0.0")
31+
implementation("me.arcaniax:HeadDatabase-API:1.1.0")
3232
}
3333
```
3434

@@ -44,7 +44,7 @@ dependencies {
4444
<dependency>
4545
<groupId>me.arcaniax</groupId>
4646
<artifactId>HeadDatabase-API</artifactId>
47-
<version>1.0.0</version>
47+
<version>1.1.0</version>
4848
<scope>provided</scope>
4949
</dependency>
5050
```

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ configure<JavaPluginConvention> {
1313
}
1414

1515
group = "me.arcaniax"
16-
version = "1.0.0"
16+
version = "1.1.0"
1717

1818
repositories {
1919
mavenCentral()

0 commit comments

Comments
 (0)