Release v3.2.1

This commit is contained in:
Krishan 2023-11-01 21:53:00 +11:00
parent a63365b6b9
commit 6f83708511
5 changed files with 6 additions and 6 deletions

4
package-lock.json generated
View file

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

View file

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

2
src-tauri/Cargo.lock generated
View file

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

View file

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