1.3.4 release #9

Merged
Infendro merged 2 commits from develop into main 2026-02-03 22:06:18 +00:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 19b2fb36fd - Show all commits

View File

@@ -12,6 +12,6 @@ repositories {
} }
commonMain.dependencies { commonMain.dependencies {
implementation("com.infendro:bytes:1.3.3") implementation("com.infendro:bytes:1.3.4")
} }
``` ```

View File

@@ -5,7 +5,7 @@ import com.infendro.plugin.token
import org.jetbrains.kotlin.gradle.ExperimentalWasmDsl import org.jetbrains.kotlin.gradle.ExperimentalWasmDsl
group = "com.infendro" group = "com.infendro"
version = "1.3.3" version = "1.3.4"
plugins { plugins {
alias(libs.plugins.infendro) alias(libs.plugins.infendro)