From 345c57f23e0ea6cd255e99b8870e93d8649d2338 Mon Sep 17 00:00:00 2001 From: Zach Levis Date: Tue, 26 May 2020 05:29:14 -0700 Subject: [PATCH] Release version 3.7 --- README.md | 7 +++---- build.gradle.kts | 2 +- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 9d5307306..5090b8283 100644 --- a/README.md +++ b/README.md @@ -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. @@ -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' } ``` @@ -64,7 +64,7 @@ dependencies { org.spongepowered configurate-hocon - 3.6.1 + 3.7 @@ -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 :) diff --git a/build.gradle.kts b/build.gradle.kts index 556db9c86..c395388a5 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -8,7 +8,7 @@ plugins { } group = "org.spongepowered" -version = "3.7-SNAPSHOT" +version = "3.7" tasks.aggregateJavadoc.configure { applyCommonAttributes()