From eb753a3f32e2e552b3a16f59ab3a3051245a641d Mon Sep 17 00:00:00 2001 From: Ajay Bura Date: Sun, 19 Dec 2021 20:33:52 +0530 Subject: [PATCH] v1.6.1 Signed-off-by: Ajay Bura --- package-lock.json | 4 ++-- package.json | 2 +- src/client/state/cons.js | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 23c8989..9451387 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "cinny", - "version": "1.6.0", + "version": "1.6.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "cinny", - "version": "1.6.0", + "version": "1.6.1", "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", diff --git a/package.json b/package.json index 9575228..8c86ca2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cinny", - "version": "1.6.0", + "version": "1.6.1", "description": "Yet another matrix client", "main": "index.js", "engines": { diff --git a/src/client/state/cons.js b/src/client/state/cons.js index 1a07e10..f15bd3b 100644 --- a/src/client/state/cons.js +++ b/src/client/state/cons.js @@ -1,5 +1,5 @@ const cons = { - version: '1.6.0', + version: '1.6.1', secretKey: { ACCESS_TOKEN: 'cinny_access_token', DEVICE_ID: 'cinny_device_id',