Обновлена версия в readme.md и в скрипте публикации

This commit is contained in:
2026-06-13 22:30:38 +05:00
parent f5d0a13e84
commit 61ae4f5013
2 changed files with 3 additions and 3 deletions

View File

@@ -4,7 +4,7 @@ plugins {
}
group = "ru.thiflict.binaryutils"
version = "1.0.1"
version = "1.0.2"
repositories {
mavenCentral()
@@ -27,7 +27,7 @@ publishing {
create<MavenPublication>("maven") {
groupId = "ru.thiflict.binaryutils"
artifactId = "binary-utils"
version = "1.0.1"
version = "1.0.2"
from(components["java"])
}