1
0
Fork 0
forked from mirror/cinny

Compare commits

...

3 commits

Author SHA1 Message Date
Krishan
ce25d6311b
Update package-lock.json 2023-10-27 22:10:04 +11:00
Krishan
2bbdde4f1e
Update cons.js 2023-10-27 22:09:52 +11:00
Krishan
59e9d2b9dd
Update package.json 2023-10-27 22:08:38 +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": "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',