Skip to content

Commit

Permalink
6.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
NickImpact committed Dec 7, 2020
1 parent a3047d6 commit 4120ff2
Showing 1 changed file with 2 additions and 2 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.4-SNAPSHOT"
version = "6.0.4"

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

repositories {
Expand Down

0 comments on commit 4120ff2

Please sign in to comment.