From d60b9482621cf1c6a8219f5167b04b651ea5fafc Mon Sep 17 00:00:00 2001 From: Arjun Patel Date: Sun, 21 Jun 2026 11:48:33 -0700 Subject: [PATCH] chore: bump version to v1.9.0 (#303) --- 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 8d4d8d3..c36957c 100644 --- a/js/desktop/package.json +++ b/js/desktop/package.json @@ -1,7 +1,7 @@ { "name": "Flowy.llink", "productName": "Flowy.llink", - "version": "1.8.0", + "version": "1.9.0", "description": "Flowy.llink is a video messaging app for teams", "main": ".vite/build/main.js", "private": true,