From 694387eedeb5d7329d94f5459482bfead1a6c493 Mon Sep 17 00:00:00 2001 From: lorens osman Date: Wed, 10 Apr 2024 03:28:37 +0300 Subject: [PATCH] 2.0.3 --- manifest.json | 2 +- versions.json | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index cd2a937..14696cf 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "cluster", "name": "Cluster", - "version": "2.0.2", + "version": "2.0.3", "minAppVersion": "1.5.3", "description": "Make the notes clustering simpler on mobile devices and work well on PCs ether, Notes Clustering is the process of creating hierarchical notes structures.", "author": "Lorens Osman", diff --git a/versions.json b/versions.json index cd117ec..8008aab 100644 --- a/versions.json +++ b/versions.json @@ -4,5 +4,6 @@ "1.0.2": "1.5.3", "2.0.0": "1.5.3", "2.0.1": "1.5.3", - "2.0.2": "1.5.3" + "2.0.2": "1.5.3", + "2.0.3": "1.5.3" }