Bumped version to 0.0.13, added extrudeShape cap and taper arguments

This commit is contained in:
Edwin Jakobs
2018-11-20 15:33:57 +01:00
parent 9c4bebd10a
commit bc0282c8aa
2 changed files with 65 additions and 22 deletions

View File

@@ -4,7 +4,7 @@ plugins {
allprojects {
group 'org.openrndr.extra'
version '0.0.12'
version '0.0.13'
}
repositories {
@@ -13,7 +13,7 @@ repositories {
}
ext {
openrndrVersion = "0.3.29-rc2"
openrndrVersion = "0.3.29"
}
subprojects {