Bump versions

This commit is contained in:
Player 2021-06-11 17:25:45 +02:00
parent 1d383bb698
commit 198a96213c
2 changed files with 2 additions and 2 deletions
build.gradle
fabric-screen-api-v1

View file

@ -19,7 +19,7 @@ plugins {
def ENV = System.getenv()
class Globals {
static def baseVersion = "0.34.10"
static def baseVersion = "0.35.0"
static def mcVersion = "1.17"
static def yarnVersion = "+build.6"
static def loaderVersion = "0.11.3"

View file

@ -1,5 +1,5 @@
archivesBaseName = "fabric-screen-api-v1"
version = getSubprojectVersion(project, "1.0.3")
version = getSubprojectVersion(project, "1.0.4")
moduleDependencies(project, [
'fabric-api-base'