mirror of
https://github.com/FabricMC/fabric.git
synced 2025-04-21 11:20:55 -04:00
Bump version
This commit is contained in:
parent
648c8fd11f
commit
ac8e8c5914
2 changed files with 2 additions and 2 deletions
|
@ -18,7 +18,7 @@ plugins {
|
|||
def ENV = System.getenv()
|
||||
|
||||
class Globals {
|
||||
static def baseVersion = "0.17.0"
|
||||
static def baseVersion = "0.17.1"
|
||||
static def mcVersion = "1.16.2-rc1"
|
||||
static def yarnVersion = "+build.1"
|
||||
}
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
archivesBaseName = "fabric-tag-extensions-v0"
|
||||
version = getSubprojectVersion(project, "1.0.2")
|
||||
version = getSubprojectVersion(project, "1.0.3")
|
||||
|
||||
dependencies {
|
||||
compile project(path: ':fabric-api-base', configuration: 'dev')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue