From d5ca19f77043c468408dee3a6cfe2ed2df26c0ed Mon Sep 17 00:00:00 2001 From: Max Litruv Boonzaayer Date: Fri, 20 Feb 2026 15:18:08 +1100 Subject: [PATCH] fix: revert version number to 4.10.2 in package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b74367f..c0210f6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cinny", - "version": "4.10.17", + "version": "4.10.2", "description": "Yet another matrix client", "main": "index.js", "type": "module",