Bump version

This commit is contained in:
modmuss50 2020-06-30 20:18:00 +01:00
parent 33474e5255
commit f41e2098ef
2 changed files with 2 additions and 2 deletions
build.gradle
fabric-resource-loader-v0

View file

@ -12,7 +12,7 @@ plugins {
def ENV = System.getenv()
class Globals {
static def baseVersion = "0.14.0"
static def baseVersion = "0.14.1"
static def mcVersion = "1.16.1"
static def yarnVersion = "+build.5"
}

View file

@ -1,2 +1,2 @@
archivesBaseName = "fabric-resource-loader-v0"
version = getSubprojectVersion(project, "0.2.5")
version = getSubprojectVersion(project, "0.2.6")