Release v2.2.5 (#1176)

* Update package.json

* Update package-lock.json

* Update cons.js
This commit is contained in:
Krishan 2023-03-29 14:30:52 +11:00 committed by GitHub
parent 863612d1a1
commit 8524472d38
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 4 deletions

4
package-lock.json generated
View File

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

View File

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

View File

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