From a7156f1a7699c44f250089d107e9a23636428bea Mon Sep 17 00:00:00 2001 From: Max Litruv Boonzaayer Date: Sat, 24 Jan 2026 08:09:19 +1100 Subject: [PATCH] bump version to 4.10.8 in tauri configuration --- cinny | 2 +- src-tauri/tauri.conf.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cinny b/cinny index a2268f8..13d87e4 160000 --- a/cinny +++ b/cinny @@ -1 +1 @@ -Subproject commit a2268f863b6e495ecb89bd010c56dae1efcc0743 +Subproject commit 13d87e44c8bdad46da8c602c282badb445231e0b diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index f5574b2..5a9e818 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -1,7 +1,7 @@ { "$schema": "https://schema.tauri.app/config/2", "productName": "Cinny", - "version": "4.10.7", + "version": "4.10.8", "identifier": "in.cinny.app", "build": { "frontendDist": "../cinny/dist",