mirror of
https://github.com/FabricMC/fabric.git
synced 2025-04-11 22:45:38 -04:00
Version bump
This commit is contained in:
parent
574324acca
commit
fca1ef16e4
2 changed files with 2 additions and 2 deletions
|
@ -18,7 +18,7 @@ plugins {
|
|||
def ENV = System.getenv()
|
||||
|
||||
class Globals {
|
||||
static def baseVersion = "0.25.6"
|
||||
static def baseVersion = "0.25.7"
|
||||
static def mcVersion = "20w46a"
|
||||
static def yarnVersion = "+build.2"
|
||||
static def loaderVersion = "0.10.5+build.213"
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
archivesBaseName = "fabric-resource-loader-v0"
|
||||
version = getSubprojectVersion(project, "0.3.3")
|
||||
version = getSubprojectVersion(project, "0.3.4")
|
||||
|
|
Loading…
Add table
Reference in a new issue