From: Krishan <33421343+kfiven@users.noreply.github.com> Date: Tue, 31 Oct 2023 10:20:49 +0000 (+1100) Subject: Release v3.2.0 (#1531) X-Git-Tag: v3.2.0 X-Git-Url: https://git.wafflesoft.org/?a=commitdiff_plain;h=9ecb233763048c730d24ddacecc8c002d3c8fc89;p=rainny.git Release v3.2.0 (#1531) * Release v3.2.0 * Update cons.js --- diff --git a/package-lock.json b/package-lock.json index 6e58186..6778482 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "cinny", - "version": "3.1.0", + "version": "3.2.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "cinny", - "version": "3.1.0", + "version": "3.2.0", "license": "AGPL-3.0-only", "dependencies": { "@fontsource/inter": "4.5.14", diff --git a/package.json b/package.json index 17fbf16..69bcd8f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cinny", - "version": "3.1.0", + "version": "3.2.0", "description": "Yet another matrix client", "main": "index.js", "engines": { diff --git a/src/client/state/cons.js b/src/client/state/cons.js index b8074d9..62c0cac 100644 --- a/src/client/state/cons.js +++ b/src/client/state/cons.js @@ -1,5 +1,5 @@ const cons = { - version: '3.1.0', + version: '3.2.0', secretKey: { ACCESS_TOKEN: 'cinny_access_token', DEVICE_ID: 'cinny_device_id',