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",