v1.6.0
authorAjay Bura <ajbura@gmail.com>
Mon, 13 Dec 2021 15:42:42 +0000 (21:12 +0530)
committerAjay Bura <ajbura@gmail.com>
Mon, 13 Dec 2021 15:42:42 +0000 (21:12 +0530)
Signed-off-by: Ajay Bura <ajbura@gmail.com>
package-lock.json
package.json
src/client/state/cons.js

index 1a48530dc225351b59c5e6f31d165f1442281926..23c8989c1ebaf60ade8532dc718e3acdbab505f9 100644 (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",
index 0502543828831984b5c9f979eb6014c036963d20..9575228a0a1c95c801b0c71e80681df249f1c898 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "cinny",
-  "version": "1.5.1",
+  "version": "1.6.0",
   "description": "Yet another matrix client",
   "main": "index.js",
   "engines": {
index 8fdf2cbb77d9e70b6982303da3087e07d9314599..1a07e100908b3db0ba8ebab2264fd968557a6852 100644 (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',