Version bump

This commit is contained in:
modmuss50 2020-09-29 18:55:16 +01:00
parent ff71903321
commit 3c53fe33fe
2 changed files with 2 additions and 2 deletions
build.gradle
fabric-registry-sync-v0

View file

@ -18,7 +18,7 @@ plugins {
def ENV = System.getenv()
class Globals {
static def baseVersion = "0.22.0"
static def baseVersion = "0.22.1"
static def mcVersion = "1.16.3"
static def yarnVersion = "+build.1"
}

View file

@ -1,5 +1,5 @@
archivesBaseName = "fabric-registry-sync-v0"
version = getSubprojectVersion(project, "0.5.1")
version = getSubprojectVersion(project, "0.5.2")
dependencies {
compile project(path: ':fabric-api-base', configuration: 'dev')