From 164daa3fc3ef3b3a6880f26d8ca3fa846ac53e95 Mon Sep 17 00:00:00 2001 From: thiflict <121az348@gmail.com> Date: Tue, 23 Jun 2026 08:35:23 +0500 Subject: [PATCH] =?UTF-8?q?=D0=98=D0=B7=D0=BC=D0=B5=D0=BD=D0=B5=D0=BD?= =?UTF-8?q?=D0=B0=20=D0=B2=D0=B5=D1=80=D1=81=D0=B8=D1=8F=20=D0=BF=D0=B0?= =?UTF-8?q?=D0=BA=D0=B5=D1=82=D0=B0.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build.gradle.kts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index 9a6a09b..17db2d2 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -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("maven") { groupId = "ru.thiflict.binaryutils" artifactId = "binary-utils" - version = "1.0.2" + version = "1.0.3" from(components["java"]) }