Bump to OPENRNDR 0.3.44-rc.2

This commit is contained in:
Edwin Jakobs
2020-07-13 11:45:13 +02:00
parent 5223ee0035
commit 62f6cd6098
33 changed files with 843 additions and 21 deletions

View File

@@ -14,9 +14,9 @@ buildscript {
apply plugin: 'org.jetbrains.dokka'
project.ext {
openrndrVersion = "0.3.44-rc.1"
openrndrVersion = "0.3.44-rc.2"
kotlinVersion = "1.3.72"
spekVersion = "2.0.10"
spekVersion = "2.0.11"
libfreenectVersion = "0.5.7-1.5.3"
gsonVersion = "2.8.6"
antlrVersion = "4.8-1"
@@ -129,12 +129,12 @@ task buildMainReadme {
for (line in header) {
newReadme.add(line)
}
newReadme.add("| name" +
"      " +
"      " +
"      " +
"      " +
"      " +
newReadme.add("| name" +
"      " +
"      " +
"      " +
"      " +
"      " +
"      " + " | description |")
newReadme.add("| --- | --- |")