dev/v1.0.3 #3

Merged
Thiflict merged 2 commits from dev/v1.0.3 into master 2026-06-23 03:37:32 +00:00
Showing only changes of commit 164daa3fc3 - Show all commits

View File

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