chore: bump opencut-wasm to 0.2.5

This commit is contained in:
Maze Winther 2026-04-13 04:59:53 +02:00
parent 7feb3b238c
commit 3d9d669cb9
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@ -3820,7 +3820,7 @@ dependencies = [
[[package]]
name = "opencut-wasm"
version = "0.2.4"
version = "0.2.5"
dependencies = [
"bridge",
"compositor",

View File

@ -1,6 +1,6 @@
[package]
name = "opencut-wasm"
version = "0.2.4"
version = "0.2.5"
edition = "2024"
description = "Shared video editor logic compiled to WebAssembly"
repository = "https://github.com/opencut/opencut"