bump version to 4.10.6 in tauri configuration
Some checks failed
Build / check-version (push) Successful in 6s
Build / build-linux (push) Failing after 3m24s
Build / build-windows (push) Has started running
Build / build-android (push) Has started running
Build / create-release (push) Has been cancelled

This commit is contained in:
2026-01-24 07:51:53 +11:00
parent 47f58730ee
commit 1de0ed67a2

View File

@@ -1,7 +1,7 @@
{ {
"$schema": "https://schema.tauri.app/config/2", "$schema": "https://schema.tauri.app/config/2",
"productName": "Cinny", "productName": "Cinny",
"version": "4.10.5", "version": "4.10.6",
"identifier": "in.cinny.app", "identifier": "in.cinny.app",
"build": { "build": {
"frontendDist": "../cinny/dist", "frontendDist": "../cinny/dist",