mirror of
https://github.com/FabricMC/fabric.git
synced 2025-03-21 20:50:28 -04:00
Bump version
This commit is contained in:
parent
33474e5255
commit
f41e2098ef
2 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||
}
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
archivesBaseName = "fabric-resource-loader-v0"
|
||||
version = getSubprojectVersion(project, "0.2.5")
|
||||
version = getSubprojectVersion(project, "0.2.6")
|
||||
|
|
Loading…
Reference in a new issue