Bump versions

This commit is contained in:
Player 2021-06-20 16:57:51 +02:00
parent 2b5c62d085
commit a722d8c028
2 changed files with 2 additions and 2 deletions
build.gradle
fabric-events-interaction-v0

View file

@ -19,7 +19,7 @@ plugins {
def ENV = System.getenv()
class Globals {
static def baseVersion = "0.35.2"
static def baseVersion = "0.36.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-events-interaction-v0"
version = getSubprojectVersion(project, "0.4.8")
version = getSubprojectVersion(project, "0.4.9")
moduleDependencies(project, [
'fabric-api-base'