3 Commits

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"])
}

View File

@@ -12,6 +12,6 @@ repositories {
dependencies {
// Добавить в dependencies
implementation("ru.thiflict.binaryutils:binary-utils:1.0.1") // У релизов всегда актуальная версия
implementation("ru.thiflict.binaryutils:binary-utils:1.0.3") // У релизов всегда актуальная версия
}
```