Release v3.1.0

This commit is contained in:
Krishan 2023-10-27 22:18:42 +11:00
parent ecb6984b2f
commit 32e9805abd
6 changed files with 6 additions and 6 deletions

2
cinny

@ -1 +1 @@
Subproject commit b80f801d235f1253acfae8db87b00a687b246a06 Subproject commit 3cef074c9ef6744278e84b97580049a427d81121

2
package-lock.json generated
View file

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

View file

@ -1,6 +1,6 @@
{ {
"name": "cinny", "name": "cinny",
"version": "3.0.0", "version": "3.1.0",
"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

@ -247,7 +247,7 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
[[package]] [[package]]
name = "cinny" name = "cinny"
version = "3.0.0" version = "3.1.0"
dependencies = [ dependencies = [
"serde", "serde",
"serde_json", "serde_json",

View file

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