chore: bump opencut-wasm version

This commit is contained in:
Maze Winther 2026-04-22 14:24:28 +02:00
parent 1301d027e9
commit 7428dc75cf
3 changed files with 3 additions and 3 deletions

2
Cargo.lock generated
View File

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

View File

@ -52,7 +52,7 @@
"nanoid": "^5.1.5",
"next": "16.1.3",
"next-themes": "^0.4.4",
"opencut-wasm": "^0.2.8",
"opencut-wasm": "^0.2.9",
"pg": "^8.16.2",
"postgres": "^3.4.5",
"radix-ui": "^1.4.3",

View File

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