Release v4.0.0

This commit is contained in:
Krishan
2024-07-24 23:07:18 +10:00
parent 7c2c08503d
commit 2c4b96e9ed
6 changed files with 6 additions and 6 deletions

2
cinny

Submodule cinny updated: 9ecb233763...96415a8d2a

2
package-lock.json generated
View File

@@ -1,6 +1,6 @@
{
"name": "cinny",
"version": "3.2.1",
"version": "4.0.0",
"lockfileVersion": 3,
"requires": true,
"packages": {

View File

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

2
src-tauri/Cargo.lock generated
View File

@@ -444,7 +444,7 @@ dependencies = [
[[package]]
name = "cinny"
version = "3.2.1"
version = "4.0.0"
dependencies = [
"serde",
"serde_json",

View File

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

View File

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