Skip to content

Commit

Permalink
6.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
NickImpact committed Dec 9, 2020
1 parent 3f69c46 commit ec77fc7
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Expand Up @@ -28,7 +28,7 @@ plugins {
}

group = 'me.nickimpact.gts'
version = "6.0.6-SNAPSHOT"
version = "6.0.6"

apply plugin: 'maven-publish'
apply plugin: 'maven-publish-auth'
Expand Down Expand Up @@ -80,7 +80,7 @@ subprojects {
options.encoding = 'UTF-8'
}

version = "6.0.6-SNAPSHOT${project.ext.run}"
version = "6.0.6${project.ext.run}"
group = 'me.nickimpact.gts'

repositories {
Expand Down
7 changes: 7 additions & 0 deletions changelogs/6.0.6.md
@@ -0,0 +1,7 @@
# Before Upgrading to GTS 6 from GTS 5.x.x

[Please read the GTS 6.0.0 release notes for information regarding upgrading!](https://ore.spongepowered.org/NickImpact/GTS/versions/6.0.0)

# Fixes
* Stop a failed check to Ore throwing an error
* Fix another off main thread issue

0 comments on commit ec77fc7

Please sign in to comment.