Skip to content

Commit

Permalink
6.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
NickImpact committed Dec 7, 2020
1 parent 10108c4 commit 2e90132
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Expand Up @@ -26,7 +26,7 @@ plugins {
}

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

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

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

repositories {
Expand Down

0 comments on commit 2e90132

Please sign in to comment.