Release v4.2.0 (#343)

This commit is contained in:
Krishan 2024-09-12 00:31:46 +10:00 committed by GitHub
parent 8a29f48092
commit db5a2dbe01
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 7 additions and 7 deletions

2
cinny

@ -1 +1 @@
Subproject commit e68c56b334107862ab2eec5635c11c40c050f00b
Subproject commit c75e90361928c18cf33893954c50ce4600e0356a

4
package-lock.json generated
View file

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

View file

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

View file

@ -2,7 +2,7 @@
[package]
name = "cinny"
version = "4.1.0"
version = "4.2.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.1.0"
"version": "4.2.0"
},
"build": {
"distDir": "../cinny/dist",