Bump patch number on Renderer API

Neglected to increment this in last PR.  May also fix #379.
This commit is contained in:
grondag 2019-09-24 18:36:56 -07:00 committed by GitHub
parent a5d709c3e1
commit 128a6b25c0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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')