Release v4.9.0 (#462)

* Release v4.9.0

* bump cinny sub module
This commit is contained in:
Krishan
2025-08-13 12:25:53 +10:00
committed by GitHub
parent 9560e17823
commit 8b293cfd51
6 changed files with 7 additions and 7 deletions

2
cinny

Submodule cinny updated: 3ed8260877...76ac4e2987

4
package-lock.json generated
View File

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

View File

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

View File

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

View File

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