Skip to content

Commit 6ecb1a4

Browse files
committed
Release version 3.7.1
1 parent 7ae23f3 commit 6ecb1a4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ repositories {
5454
5555
dependencies {
5656
// Modify this line to target the loader you wish to use.
57-
implementation 'org.spongepowered:configurate-hocon:3.7'
57+
implementation 'org.spongepowered:configurate-hocon:3.7.1'
5858
}
5959
```
6060

@@ -66,7 +66,7 @@ dependencies {
6666
<groupId>org.spongepowered</groupId>
6767
<!-- Modify this line to target the loader you wish to use. -->
6868
<artifactId>configurate-hocon</artifactId>
69-
<version>3.7</version>
69+
<version>3.7.1</version>
7070
</dependency>
7171
</dependencies>
7272

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ plugins {
99
}
1010

1111
group = "org.spongepowered"
12-
version = "3.7.1-SNAPSHOT"
12+
version = "3.7.1"
1313

1414
nexusStaging {
1515
val spongeOssrhUsername: String? by project

0 commit comments

Comments
 (0)