Compare commits

...

1 Commits

Author SHA1 Message Date
Krishan 99de143c89 Release v4.12.2 2026-05-23 23:11:44 +10:00
5 changed files with 6 additions and 6 deletions
+1 -1
Submodule cinny updated: e89b8f7d12...80fd8863c9
+2 -2
View File
@@ -1,12 +1,12 @@
{ {
"name": "cinny", "name": "cinny",
"version": "4.12.1", "version": "4.12.2",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "cinny", "name": "cinny",
"version": "4.12.1", "version": "4.12.2",
"license": "AGPL-3.0-only", "license": "AGPL-3.0-only",
"dependencies": { "dependencies": {
"@tauri-apps/api": "2.7.0", "@tauri-apps/api": "2.7.0",
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "cinny", "name": "cinny",
"version": "4.12.1", "version": "4.12.2",
"description": "Yet another matrix client", "description": "Yet another matrix client",
"main": "index.js", "main": "index.js",
"engines": { "engines": {
+1 -1
View File
@@ -2,7 +2,7 @@
[package] [package]
name = "cinny" name = "cinny"
version = "4.12.1" version = "4.12.2"
description = "Yet another matrix client" description = "Yet another matrix client"
authors = ["Ajay Bura"] authors = ["Ajay Bura"]
license = "AGPL-3.0-only" license = "AGPL-3.0-only"
+1 -1
View File
@@ -47,7 +47,7 @@
}, },
"productName": "Cinny", "productName": "Cinny",
"mainBinaryName": "cinny", "mainBinaryName": "cinny",
"version": "4.12.1", "version": "4.12.2",
"identifier": "in.cinny.app", "identifier": "in.cinny.app",
"plugins": { "plugins": {
"updater": { "updater": {