Release v4.0.3

This commit is contained in:
Krishan 2024-07-25 16:01:16 +10:00
parent e252a96c4c
commit 5535e7c9bc
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",
"version": "4.0.1",
"version": "4.0.3",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "cinny",
"version": "3.2.1",
"version": "4.0.3",
"license": "AGPL-3.0-only",
"dependencies": {
"@tauri-apps/api": "1.6.0"

View file

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

View file

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

View file

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