mirror of
https://github.com/FabricMC/fabric.git
synced 2024-11-22 15:47:57 -05:00
Bump patch number on Renderer API
Neglected to increment this in last PR. May also fix #379.
This commit is contained in:
parent
a5d709c3e1
commit
128a6b25c0
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
archivesBaseName = "fabric-renderer-api-v1"
|
||||
version = getSubprojectVersion(project, "0.2.0")
|
||||
version = getSubprojectVersion(project, "0.2.1")
|
||||
|
||||
dependencies {
|
||||
compile project(path: ':fabric-api-base', configuration: 'dev')
|
||||
|
|
Loading…
Reference in a new issue