diff --git a/packages/web/download_wasm_bindings.sh b/packages/web/download_wasm_bindings.sh index b3f10ee1..0f8bc28b 100755 --- a/packages/web/download_wasm_bindings.sh +++ b/packages/web/download_wasm_bindings.sh @@ -1,7 +1,7 @@ #!/bin/bash # Define version and other variables -VERSION="0.1.33" +VERSION="0.1.36" URL="https://github.com/LottieFiles/dotlottie-rs/releases/download/v${VERSION}/dotlottie-player.wasm.tar.gz" TARGET_DIR="./src/core" TEMP_DIR="./.tmp/wasm" diff --git a/packages/web/src/core/dotlottie-player.wasm b/packages/web/src/core/dotlottie-player.wasm index 559d3d0b..951cab05 100755 Binary files a/packages/web/src/core/dotlottie-player.wasm and b/packages/web/src/core/dotlottie-player.wasm differ