Release v4.6.0 (#441)

* Release v4.6.0

* bump cinny submodule
This commit is contained in:
Krishan
2025-03-31 23:37:13 +11:00
committed by GitHub
parent 78dd802c1f
commit 2329d2c55c
6 changed files with 7 additions and 7 deletions

2
cinny

Submodule cinny updated: 78fa6e3925...225894d327

4
package-lock.json generated
View File

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

View File

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

2
src-tauri/Cargo.lock generated
View File

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

View File

@@ -2,7 +2,7 @@
[package] [package]
name = "cinny" name = "cinny"
version = "4.5.1" version = "4.6.0"
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"

View File

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