From 345be1cc6f1628b869f82075b614d786dcf2fc88 Mon Sep 17 00:00:00 2001 From: Infendro Date: Thu, 22 Jan 2026 11:58:36 +0100 Subject: [PATCH] bump version to 1.3.3 --- README.md | 2 +- build.gradle.kts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cbdda32..c209931 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,6 @@ repositories { } commonMain.dependencies { - implementation("com.infendro:bytes:1.3.2") + implementation("com.infendro:bytes:1.3.3") } ``` diff --git a/build.gradle.kts b/build.gradle.kts index eadd64b..abb3c35 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.3.2" +version = "1.3.3" plugins { alias(libs.plugins.infendro)