Release v4.3.2 (#419)

* Release v4.3.2

* bump cinny submodule
This commit is contained in:
Krishan
2025-02-17 12:10:11 +11:00
committed by GitHub
parent 045c63f04c
commit 90af6493d5
6 changed files with 7 additions and 7 deletions

2
cinny

Submodule cinny updated: 09d85d6c31...5844209bee

4
package-lock.json generated
View File

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

View File

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

2
src-tauri/Cargo.lock generated
View File

@@ -477,7 +477,7 @@ checksum = "6e4de3bc4ea267985becf712dc6d9eed8b04c953b3fcfb339ebc87acd9804901"
[[package]]
name = "cinny"
version = "4.3.1"
version = "4.3.2"
dependencies = [
"serde",
"serde_json",

View File

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

View File

@@ -1,7 +1,7 @@
{
"package": {
"productName": "Cinny",
"version": "4.3.1"
"version": "4.3.2"
},
"build": {
"distDir": "../cinny/dist",