Skip to content

Commit

Permalink
Release version 3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
zml2008 committed May 26, 2020
1 parent e5a5d85 commit 345c57f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ The current supported loaders provided by the project are:
* To use configurate, your project must be configured to use Java 8 or higher.
* Release and snapshot artifacts are hosted on SpongePowered's Maven Repository, available at https://repo.spongepowered.org/maven/.

The latest release is: `3.6.1`
The latest release is: `3.7`

If your project uses Maven or Gradle, just add the following to your build scripts.

Expand All @@ -52,7 +52,7 @@ repositories {
dependencies {
// Modify this line to target the loader you wish to use.
compile 'org.spongepowered:configurate-hocon:3.6.1'
compile 'org.spongepowered:configurate-hocon:3.7'
}
```

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

Expand Down Expand Up @@ -95,5 +95,4 @@ In order to build configurate you simply need to run the `gradle build` command.
We love PRs! However, when contributing, here are some things to keep in mind:

- Take a look at open issues first before you get too far in -- someone might already be working on what you were planning on doing
- In general, we follow the Oracle style guidelines for code style
- Please, please, please test PRs. It makes the process a lot easier for everybody :)
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ plugins {
}

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

tasks.aggregateJavadoc.configure {
applyCommonAttributes()
Expand Down

0 comments on commit 345c57f

Please sign in to comment.