From c80040466bc0069786fbbb65b5ef06d1ae77059a Mon Sep 17 00:00:00 2001 From: Infendro Date: Wed, 11 Mar 2026 22:16:30 +0100 Subject: [PATCH] Bump version to 1.4.1 --- README.md | 2 +- build.gradle.kts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7390046..9b193a2 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,6 @@ repositories { } commonMain.dependencies { - implementation("com.infendro:bytes:1.4.0") + implementation("com.infendro:bytes:1.4.1") } ``` diff --git a/build.gradle.kts b/build.gradle.kts index 0ac7f11..d02c137 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -5,7 +5,7 @@ import com.infendro.plugin.token import org.jetbrains.kotlin.gradle.ExperimentalWasmDsl group = "com.infendro" -version = "1.4.0" +version = "1.4.1" plugins { alias(libs.plugins.infendro)