Bump version

This commit is contained in:
modmuss50 2020-08-08 13:19:35 +01:00
parent 648c8fd11f
commit ac8e8c5914
2 changed files with 2 additions and 2 deletions
build.gradle
fabric-tag-extensions-v0

View file

@ -18,7 +18,7 @@ plugins {
def ENV = System.getenv()
class Globals {
static def baseVersion = "0.17.0"
static def baseVersion = "0.17.1"
static def mcVersion = "1.16.2-rc1"
static def yarnVersion = "+build.1"
}

View file

@ -1,5 +1,5 @@
archivesBaseName = "fabric-tag-extensions-v0"
version = getSubprojectVersion(project, "1.0.2")
version = getSubprojectVersion(project, "1.0.3")
dependencies {
compile project(path: ':fabric-api-base', configuration: 'dev')