Добавлена функция вставки бита в десятичное число Short

This commit is contained in:
2026-06-23 12:09:47 +05:00
parent c3e93876d2
commit e832f60a32
4 changed files with 43 additions and 3 deletions

View File

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