From 2edf006e1e728659309749dc81196013a758e2ef Mon Sep 17 00:00:00 2001
From: Krishan <33421343+kfiven@users.noreply.github.com>
Date: Sun, 15 May 2022 10:49:43 +0530
Subject: [PATCH] v2.0.3

---
 cinny                     | 2 +-
 package-lock.json         | 4 ++--
 package.json              | 2 +-
 src-tauri/Cargo.toml      | 2 +-
 src-tauri/tauri.conf.json | 2 +-
 5 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/cinny b/cinny
index a6fdf90..69b6055 160000
--- a/cinny
+++ b/cinny
@@ -1 +1 @@
-Subproject commit a6fdf9010b31dcf89f0941adb4d294c363ab14bc
+Subproject commit 69b60553531680d53da9232363548ec36a6830ae
diff --git a/package-lock.json b/package-lock.json
index 2ee6709..b982fb6 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
 {
   "name": "cinny",
-  "version": "2.0.2",
+  "version": "2.0.3",
   "lockfileVersion": 2,
   "requires": true,
   "packages": {
     "": {
       "name": "cinny",
-      "version": "2.0.2",
+      "version": "2.0.3",
       "license": "MIT",
       "dependencies": {
         "@tauri-apps/api": "^1.0.0-rc.5"
diff --git a/package.json b/package.json
index 9bd208d..e35b8c6 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "cinny",
-  "version": "2.0.2",
+  "version": "2.0.3",
   "description": "Yet another matrix client",
   "main": "index.js",
   "engines": {
diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml
index 7708917..0e4f82c 100644
--- a/src-tauri/Cargo.toml
+++ b/src-tauri/Cargo.toml
@@ -2,7 +2,7 @@
 
 [package]
 name = "cinny"
-version = "2.0.2"
+version = "2.0.3"
 description = "Yet another matrix client"
 authors = ["Ajay Bura"]
 license = "MIT"
diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json
index 95b42be..9bd3758 100644
--- a/src-tauri/tauri.conf.json
+++ b/src-tauri/tauri.conf.json
@@ -1,7 +1,7 @@
 {
   "package": {
     "productName": "cinny",
-    "version": "2.0.2"
+    "version": "2.0.3"
   },
   "build": {
     "distDir": "../cinny/dist",