chore(release): v4.11.1 [skip ci] (#541)

This commit is contained in:
Krishan
2026-03-12 00:35:57 +11:00
committed by GitHub
parent fcd638bc1c
commit 8da44b2b88
6 changed files with 7 additions and 7 deletions

2
cinny

Submodule cinny updated: 6347640a35...6a05ff5840

4
package-lock.json generated
View File

@@ -1,12 +1,12 @@
{
"name": "cinny",
"version": "4.10.5",
"version": "4.11.1",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "cinny",
"version": "4.10.5",
"version": "4.11.1",
"license": "AGPL-3.0-only",
"dependencies": {
"@tauri-apps/api": "2.7.0",

View File

@@ -1,6 +1,6 @@
{
"name": "cinny",
"version": "4.10.5",
"version": "4.11.1",
"description": "Yet another matrix client",
"main": "index.js",
"engines": {

2
src-tauri/Cargo.lock generated
View File

@@ -548,7 +548,7 @@ checksum = "6e4de3bc4ea267985becf712dc6d9eed8b04c953b3fcfb339ebc87acd9804901"
[[package]]
name = "cinny"
version = "4.10.5"
version = "4.11.1"
dependencies = [
"serde",
"serde_json",

View File

@@ -2,7 +2,7 @@
[package]
name = "cinny"
version = "4.10.5"
version = "4.11.1"
description = "Yet another matrix client"
authors = ["Ajay Bura"]
license = "AGPL-3.0-only"

View File

@@ -47,7 +47,7 @@
},
"productName": "Cinny",
"mainBinaryName": "cinny",
"version": "4.10.5",
"version": "4.11.1",
"identifier": "in.cinny.app",
"plugins": {
"updater": {