Skip to content

Commit

Permalink
6.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
NickImpact committed Dec 21, 2020
1 parent 7b04029 commit 04b2075
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ plugins {
}

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

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.9-SNAPSHOT${project.ext.run}"
version = "6.0.9${project.ext.run}"
group = 'me.nickimpact.gts'

repositories {
Expand Down
7 changes: 7 additions & 0 deletions changelogs/6.0.9.md
Original file line number Diff line number Diff line change
@@ -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
* Fixed an issue allowing for the possibility of duplicating items on BIN listings
* Change discord placeholder replacement strategy due to matching techniques conflicting with some configurations
2 changes: 1 addition & 1 deletion pixelmon

0 comments on commit 04b2075

Please sign in to comment.