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
+1 -1
Submodule cinny updated: b80f801d23...3cef074c9e
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "cinny",
"version": "3.0.0",
"version": "3.1.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "cinny",
"version": "3.0.0",
"version": "3.1.0",
"description": "Yet another matrix client",
"main": "index.js",
"engines": {
+1 -1
View File
@@ -247,7 +247,7 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
[[package]]
name = "cinny"
version = "3.0.0"
version = "3.1.0"
dependencies = [
"serde",
"serde_json",
+1 -1
View File
@@ -2,7 +2,7 @@
[package]
name = "cinny"
version = "3.0.0"
version = "3.1.0"
description = "Yet another matrix client"
authors = ["Ajay Bura"]
license = "AGPL-3.0-only"
+1 -1
View File
@@ -1,7 +1,7 @@
{
"package": {
"productName": "Cinny",
"version": "3.0.0"
"version": "3.1.0"
},
"build": {
"distDir": "../cinny/dist",