From ef7d5bfa59b3c5081e5b1eea83effb26061b0332 Mon Sep 17 00:00:00 2001 From: talksik Date: Wed, 29 Apr 2026 18:17:45 -0700 Subject: [PATCH] fix desktop playback aspect ratio for mobile --- js/desktop/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/desktop/package.json b/js/desktop/package.json index 53e3ebd..ccdce5a 100644 --- a/js/desktop/package.json +++ b/js/desktop/package.json @@ -1,7 +1,7 @@ { "name": "Flowy.llink", "productName": "Flowy.llink", - "version": "1.3.0", + "version": "1.3.1", "description": "Flowy.llink is a team communication app for teams", "main": ".vite/build/main.js", "private": true,