feat(no-color): added --no-color flag

This commit is contained in:
darwincereska
2025-11-11 10:39:17 -05:00
parent 375f5a52b2
commit 6f4c99ef5b
4 changed files with 55 additions and 13 deletions

View File

@@ -10,7 +10,7 @@ plugins {
}
group = "io.notevc"
version = "1.0.3"
version = "1.0.4"
buildConfig {
buildConfigField("String", "VERSION", "\"${project.version}\"")