Bump version

This commit is contained in:
modmuss50 2020-06-21 13:41:43 +01:00
parent bb1a063356
commit d487f0eea9
3 changed files with 3 additions and 3 deletions

View file

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

View file

@ -1,5 +1,5 @@
archivesBaseName = "fabric-networking-v0"
version = getSubprojectVersion(project, "0.1.7")
version = getSubprojectVersion(project, "0.1.10")
dependencies {
compile project(path: ':fabric-api-base', configuration: 'dev')

View file

@ -1,5 +1,5 @@
archivesBaseName = "fabric-particles-v1"
version = getSubprojectVersion(project, "0.1.2")
version = getSubprojectVersion(project, "0.2.0")
dependencies {
compile project(path: ':fabric-api-base', configuration: 'dev')