1.4.0 release #10

Merged
Infendro merged 3 commits from develop into main 2026-02-13 23:08:05 +00:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 3801c5759f - Show all commits

View File

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

View File

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