Release v4.0.3 (#315)

This commit is contained in:
Krishan 2024-07-25 16:04:16 +10:00 committed by GitHub
parent e252a96c4c
commit 2ff11d65e7
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 96415a8d2a769a1db54039dc1591dbbf6db525ff Subproject commit 44161c4157dccac383025825f5fd4d7f4620ea67

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{ {
"name": "cinny", "name": "cinny",
"version": "4.0.1", "version": "4.0.3",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "cinny", "name": "cinny",
"version": "3.2.1", "version": "4.0.3",
"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.0.1", "version": "4.0.3",
"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

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

View file

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