Signed-off-by: Ajay Bura <ajbura@gmail.com>
This commit is contained in:
Ajay Bura 2021-12-13 21:12:42 +05:30
parent f2edcaff85
commit ba629f1764
3 changed files with 4 additions and 4 deletions

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{
"name": "cinny",
"version": "1.5.1",
"version": "1.6.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "cinny",
"version": "1.5.1",
"version": "1.6.0",
"license": "MIT",
"dependencies": {
"@matrix-org/olm": "https://gitlab.matrix.org/api/v4/projects/27/packages/npm/@matrix-org/olm/-/@matrix-org/olm-3.2.8.tgz",

View file

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

View file

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