Bump to OPENRNDR 0.3.44-rc.2
This commit is contained in:
16
build.gradle
16
build.gradle
@@ -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("| --- | --- |")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user