Bump version

This commit is contained in:
modmuss50 2020-12-12 15:24:19 +00:00
parent bb826c2c5b
commit d591fc0a7e
2 changed files with 3 additions and 3 deletions
build.gradle
fabric-registry-sync-v0

View file

@ -9,7 +9,7 @@ plugins {
id "eclipse"
id "idea"
id "maven-publish"
id "fabric-loom" version "0.5.33" apply false
id "fabric-loom" version "0.5.43" apply false
id "net.minecrell.licenser" version "0.4.1"
id "org.ajoberstar.grgit" version "3.1.1"
id "com.matthewprenger.cursegradle" version "1.4.0"
@ -18,7 +18,7 @@ plugins {
def ENV = System.getenv()
class Globals {
static def baseVersion = "0.28.0"
static def baseVersion = "0.28.1"
static def mcVersion = "20w49a"
static def yarnVersion = "+build.1"
static def loaderVersion = "0.10.5+build.213"

View file

@ -1,5 +1,5 @@
archivesBaseName = "fabric-registry-sync-v0"
version = getSubprojectVersion(project, "0.7.2")
version = getSubprojectVersion(project, "0.7.3")
moduleDependencies(project, [
'fabric-api-base',