Skip to content

Commit

Permalink
Release version 3.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
zml2008 committed Aug 10, 2020
1 parent 7ae23f3 commit 6ecb1a4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ repositories {
dependencies {
// Modify this line to target the loader you wish to use.
implementation 'org.spongepowered:configurate-hocon:3.7'
implementation 'org.spongepowered:configurate-hocon:3.7.1'
}
```

Expand All @@ -66,7 +66,7 @@ dependencies {
<groupId>org.spongepowered</groupId>
<!-- Modify this line to target the loader you wish to use. -->
<artifactId>configurate-hocon</artifactId>
<version>3.7</version>
<version>3.7.1</version>
</dependency>
</dependencies>

Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ plugins {
}

group = "org.spongepowered"
version = "3.7.1-SNAPSHOT"
version = "3.7.1"

nexusStaging {
val spongeOssrhUsername: String? by project
Expand Down

0 comments on commit 6ecb1a4

Please sign in to comment.