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]] [[package]]
name = "opencut-wasm" name = "opencut-wasm"
version = "0.2.4" version = "0.2.5"
dependencies = [ dependencies = [
"bridge", "bridge",
"compositor", "compositor",

View File

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