feat(release): added diff and show command

This commit is contained in:
darwincereska
2025-11-10 20:18:23 -05:00
parent d2e51659e6
commit 375f5a52b2
13 changed files with 1168 additions and 91 deletions

View File

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