chore(release): v4.11.2 [skip ci] (#543)

This commit is contained in:
Krishan
2026-03-12 01:10:36 +11:00
committed by GitHub
parent 086ba8b77a
commit d2b51ee0e6
5 changed files with 6 additions and 6 deletions

4
package-lock.json generated
View File

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

View File

@@ -1,6 +1,6 @@
{
"name": "cinny",
"version": "4.11.1",
"version": "4.11.2",
"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.11.1"
version = "4.11.2"
dependencies = [
"serde",
"serde_json",

View File

@@ -2,7 +2,7 @@
[package]
name = "cinny"
version = "4.11.1"
version = "4.11.2"
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.11.1",
"version": "4.11.2",
"identifier": "in.cinny.app",
"plugins": {
"updater": {