From d2b435618cbfff0fd84d0893e61a2e18e456a3cb Mon Sep 17 00:00:00 2001
From: Ajay Bura <ajbura@gmail.com>
Date: Sun, 8 May 2022 13:23:31 +0530
Subject: [PATCH] v2.0.0

---
 LICENSE                  | 2 +-
 README.md                | 2 +-
 package-lock.json        | 4 ++--
 package.json             | 2 +-
 src/client/state/cons.js | 2 +-
 5 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/LICENSE b/LICENSE
index fc638515..ff85e6a6 100644
--- 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
diff --git a/README.md b/README.md
index 44b358c0..ae9dd0bc 100644
--- 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>
 
diff --git a/package-lock.json b/package-lock.json
index 74dc61f1..8f5f3122 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -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",
diff --git a/package.json b/package.json
index 541bbf52..df567d0e 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "cinny",
-  "version": "1.8.2",
+  "version": "2.0.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 ec8ba266..c41ba764 100644
--- a/src/client/state/cons.js
+++ b/src/client/state/cons.js
@@ -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',