Skip to content

Commit 438586b

Browse files
committed
Release 1.2.0
1 parent 275a9de commit 438586b

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
@@ -27,7 +27,7 @@ repositories {
2727
}
2828

2929
dependencies {
30-
compileOnly("me.arcaniax:HeadDatabase-API:1.1.0")
30+
compileOnly("me.arcaniax:HeadDatabase-API:1.2.0")
3131
}
3232
```
3333

@@ -43,7 +43,7 @@ dependencies {
4343
<dependency>
4444
<groupId>me.arcaniax</groupId>
4545
<artifactId>HeadDatabase-API</artifactId>
46-
<version>1.1.0</version>
46+
<version>1.2.0</version>
4747
<scope>provided</scope>
4848
</dependency>
4949
```

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ the<JavaPluginExtension>().toolchain {
1313
}
1414

1515
group = "me.arcaniax"
16-
version = "1.1.1-SNAPSHOT"
16+
version = "1.2.0"
1717

1818
repositories {
1919
mavenCentral()

0 commit comments

Comments
 (0)