Release v3.1.0 (#1510)

* Update package.json

* Update cons.js

* Update package-lock.json
This commit is contained in:
Krishan
2023-10-27 22:11:08 +11:00
committed by GitHub
parent b24f858369
commit 3cef074c9e
3 changed files with 4 additions and 4 deletions

4
package-lock.json generated
View File

@@ -1,12 +1,12 @@
{
"name": "cinny",
"version": "3.0.0",
"version": "3.1.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "cinny",
"version": "3.0.0",
"version": "3.1.0",
"license": "AGPL-3.0-only",
"dependencies": {
"@fontsource/inter": "4.5.14",

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": {

View File

@@ -1,5 +1,5 @@
const cons = {
version: '3.0.0',
version: '3.1.0',
secretKey: {
ACCESS_TOKEN: 'cinny_access_token',
DEVICE_ID: 'cinny_device_id',