diff -r 0c23a1d2e16a -r ed5dfac18c84 gradle.properties --- a/gradle.properties Tue May 06 10:37:57 2025 -0400 +++ b/gradle.properties Tue May 06 10:39:31 2025 -0400 @@ -20,4 +20,6 @@ #dokka v2 org.jetbrains.dokka.experimental.gradle.pluginMode=V2Enabled -org.jetbrains.dokka.experimental.gradle.pluginMode.noWarn=true \ No newline at end of file +org.jetbrains.dokka.experimental.gradle.pluginMode.noWarn=true + +PROJECT_VERSION = 0.1.0 \ No newline at end of file