Bump versions

This commit is contained in:
Player 2021-05-05 07:59:13 +02:00
parent f86e309fe5
commit daa3672176
2 changed files with 2 additions and 2 deletions

View file

@ -19,7 +19,7 @@ plugins {
def ENV = System.getenv() def ENV = System.getenv()
class Globals { class Globals {
static def baseVersion = "0.34.0" static def baseVersion = "0.34.1"
static def mcVersion = "21w17a" static def mcVersion = "21w17a"
static def yarnVersion = "+build.2" static def yarnVersion = "+build.2"
static def loaderVersion = "0.10.5+build.213" static def loaderVersion = "0.10.5+build.213"

View file

@ -1,5 +1,5 @@
archivesBaseName = "fabric-networking-api-v1" archivesBaseName = "fabric-networking-api-v1"
version = getSubprojectVersion(project, "1.0.7") version = getSubprojectVersion(project, "1.0.8")
moduleDependencies(project, [ moduleDependencies(project, [
'fabric-api-base' 'fabric-api-base'