Bump text-extras to 3.0.2

This commit is contained in:
Kenzie Togami 2019-05-13 02:47:05 -07:00
parent 7b170d8193
commit 6765c2896d
No known key found for this signature in database
GPG Key ID: 5D200B325E157A81

View File

@ -88,7 +88,7 @@ configure(subprojects + project("core:ap")) {
build.dependsOn(jar, sourcesJar)
}
def textExtrasVersion = "3.0.1"
def textExtrasVersion = "3.0.2"
project("core") {
def textVersion = "3.0.0"
def pistonVersion = '0.2.2'