Signed-off-by: Ajay Bura <ajbura@gmail.com>
This commit is contained in:
Ajay Bura 2022-03-17 16:44:50 +05:30
parent f5720bde14
commit 12369ba2ec
3 changed files with 4 additions and 4 deletions

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{
"name": "cinny",
"version": "1.8.1",
"version": "1.8.2",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "cinny",
"version": "1.8.1",
"version": "1.8.2",
"license": "MIT",
"dependencies": {
"@fontsource/inter": "^4.5.5",

View file

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

View file

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