From: Ajay Bura <32841439+ajbura@users.noreply.github.com> Date: Wed, 28 Sep 2022 15:18:41 +0000 (+0530) Subject: Release v2.2.2 X-Git-Tag: v2.2.2 X-Git-Url: https://git.wafflesoft.org/?a=commitdiff_plain;h=91a6916f4ca1b876028280856cba8ce12115a81e;p=rainny.git Release v2.2.2 --- diff --git a/package-lock.json b/package-lock.json index 65f70d0..b78d03d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "cinny", - "version": "2.2.1", + "version": "2.2.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "cinny", - "version": "2.2.1", + "version": "2.2.2", "license": "MIT", "dependencies": { "@fontsource/inter": "4.5.12", diff --git a/package.json b/package.json index f83fbb2..0f6e25d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cinny", - "version": "2.2.1", + "version": "2.2.2", "description": "Yet another matrix client", "main": "index.js", "engines": { diff --git a/src/client/state/cons.js b/src/client/state/cons.js index 38b79f4..785047d 100644 --- a/src/client/state/cons.js +++ b/src/client/state/cons.js @@ -1,5 +1,5 @@ const cons = { - version: '2.2.1', + version: '2.2.2', secretKey: { ACCESS_TOKEN: 'cinny_access_token', DEVICE_ID: 'cinny_device_id',