v2.0.0 v2.0.0
authorAjay Bura <ajbura@gmail.com>
Sun, 8 May 2022 07:53:31 +0000 (13:23 +0530)
committerAjay Bura <ajbura@gmail.com>
Sun, 8 May 2022 07:53:31 +0000 (13:23 +0530)
LICENSE
README.md
package-lock.json
package.json
src/client/state/cons.js

diff --git a/LICENSE b/LICENSE
index fc638515cb261641b23fe84cdecda4e85cca7e11..ff85e6a67a7867ac3e0ba0d0f63cdeaf9e1490dd 100644 (file)
--- a/LICENSE
+++ b/LICENSE
@@ -1,6 +1,6 @@
 MIT License
 
-Copyright (c) 2021 Ajay Bura (ajbura) and contributors
+Copyright (c) 2021 Ajay Bura (ajbura)
 
 Permission is hereby granted, free of charge, to any person obtaining a copy
 of this software and associated documentation files (the "Software"), to deal
index 44b358c0a4297cb493c64761921a6bde0fd9f0bf..ae9dd0bca154efd607f30ad018e1d31882c38eb1 100644 (file)
--- a/README.md
+++ b/README.md
@@ -59,7 +59,7 @@ To set default Homeserver on login and register page, place a customized [`confi
 
 ## License
 
-Copyright (c) 2021 Ajay Bura (ajbura) and contributors
+Copyright (c) 2021 Ajay Bura (ajbura)
 
 Code licensed under the MIT License: <http://opensource.org/licenses/MIT>
 
index 74dc61f1e957b9b71889a6c220cdbdce00be6016..8f5f312227cd9830d001e97c9ebea61acf2e1ec7 100644 (file)
@@ -1,12 +1,12 @@
 {
   "name": "cinny",
-  "version": "1.8.2",
+  "version": "2.0.0",
   "lockfileVersion": 2,
   "requires": true,
   "packages": {
     "": {
       "name": "cinny",
-      "version": "1.8.2",
+      "version": "2.0.0",
       "license": "MIT",
       "dependencies": {
         "@fontsource/inter": "^4.5.10",
index 541bbf5270a7bbff90ce8090f19f612bcf4eef5e..df567d0ed163fe8852dd49cdc11b155759a491fe 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "cinny",
-  "version": "1.8.2",
+  "version": "2.0.0",
   "description": "Yet another matrix client",
   "main": "index.js",
   "engines": {
index ec8ba266e32916004e3624112d4e65b00d1cc638..c41ba764f10af1b770f46196e1a58af6ce7c6714 100644 (file)
@@ -1,5 +1,5 @@
 const cons = {
-  version: '1.8.2',
+  version: '2.0.0',
   secretKey: {
     ACCESS_TOKEN: 'cinny_access_token',
     DEVICE_ID: 'cinny_device_id',