From c11c5074ce74650173eb5f907f384b4779ed65f4 Mon Sep 17 00:00:00 2001 From: Arjun Patel Date: Sat, 13 Jun 2026 12:18:21 -0700 Subject: [PATCH] chore: bump version to v1.7.1 (#285) --- 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 f00d751..1a7b939 100644 --- a/js/desktop/package.json +++ b/js/desktop/package.json @@ -1,7 +1,7 @@ { "name": "Flowy.llink", "productName": "Flowy.llink", - "version": "1.7.0", + "version": "1.7.1", "description": "Flowy.llink is a video messaging app for teams", "main": ".vite/build/main.js", "private": true,