Bump versions

This commit is contained in:
Player 2020-01-01 14:01:16 +01:00
parent 25c8636270
commit a1bd3118a0
2 changed files with 2 additions and 2 deletions
build.gradle
fabric-events-interaction-v0

View file

@ -12,7 +12,7 @@ plugins {
def ENV = System.getenv()
class Globals {
static def baseVersion = "0.4.26"
static def baseVersion = "0.4.27"
static def mcVersion = "1.15.1"
static def yarnVersion = "+build.1"
}

View file

@ -1,5 +1,5 @@
archivesBaseName = "fabric-events-interaction-v0"
version = getSubprojectVersion(project, "0.2.6")
version = getSubprojectVersion(project, "0.2.7")
dependencies {
compile project(path: ':fabric-api-base', configuration: 'dev')