Compare commits

...

3 commits

Author SHA1 Message Date
Krishan
309e89127c
Update cons.js 2023-03-29 14:23:23 +11:00
Krishan
a307fc28d0
Update package-lock.json 2023-03-29 14:22:03 +11:00
Krishan
395444b84f
Update package.json 2023-03-29 14:17:57 +11:00
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',