mirror of
https://github.com/FabricMC/fabric.git
synced 2025-03-23 21:40:02 -04:00
Bump Version
This commit is contained in:
parent
52d30836ba
commit
610157e1cf
1 changed files with 2 additions and 2 deletions
|
@ -12,7 +12,7 @@ plugins {
|
|||
def ENV = System.getenv()
|
||||
|
||||
class Globals {
|
||||
static def baseVersion = "0.7.1"
|
||||
static def baseVersion = "0.8.0"
|
||||
static def mcVersion = "20w18a"
|
||||
static def yarnVersion = "+build.1"
|
||||
}
|
||||
|
@ -60,7 +60,7 @@ allprojects {
|
|||
dependencies {
|
||||
minecraft "com.mojang:minecraft:$Globals.mcVersion"
|
||||
mappings "net.fabricmc:yarn:${Globals.mcVersion}${Globals.yarnVersion}:v2"
|
||||
modCompile "net.fabricmc:fabric-loader:0.7.9+build.190"
|
||||
modCompile "net.fabricmc:fabric-loader:0.8.2+build.194"
|
||||
}
|
||||
|
||||
configurations {
|
||||
|
|
Loading…
Add table
Reference in a new issue