2
0
Fork 0
mirror of https://github.com/ethauvin/rife2-hello.git synced 2025-04-25 07:27:12 -07:00

Updated plugin version to 1.0.2

This commit is contained in:
Geert Bevin 2023-03-06 09:37:02 -05:00
parent e97239207a
commit d4f9bb9ad4

View file

@ -4,7 +4,7 @@ import com.uwyn.rife2.gradle.TemplateType.*
plugins {
application
id("com.uwyn.rife2") version "1.0.1"
id("com.uwyn.rife2") version "1.0.2"
`maven-publish`
id("org.graalvm.buildtools.native") version "0.9.20"
}