From 7600154115e6ab4572199cf01d7ab57dfce43f89 Mon Sep 17 00:00:00 2001 From: kixelated Date: Thu, 30 Jan 2025 16:11:37 -0300 Subject: [PATCH] One more bumOne more bump. (#327) --- Cargo.lock | 2 +- moq-web/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2dd8b557..0a92d509 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1373,7 +1373,7 @@ dependencies = [ [[package]] name = "moq-web" -version = "0.4.2" +version = "0.4.3" dependencies = [ "baton", "console_error_panic_hook", diff --git a/moq-web/Cargo.toml b/moq-web/Cargo.toml index 8bee627c..0e6bb40e 100644 --- a/moq-web/Cargo.toml +++ b/moq-web/Cargo.toml @@ -2,7 +2,7 @@ name = "moq-web" authors = ["Luke Curley "] edition = "2021" -version = "0.4.2" +version = "0.4.3" license = "MIT OR Apache-2.0" repository = "https://github.com/kixelated/moq-web" description = "Web implementation for MoQ utilizing WebAssembly+Typescript"