Release v4.0.1

This commit is contained in:
Krishan 2024-07-25 00:20:22 +10:00
parent b4ae5c3fc7
commit f36934a796
5 changed files with 5 additions and 5 deletions

2
package-lock.json generated
View file

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

View file

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

View file

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