From 9324f6312101b552e0581323ff58aec2334281b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=95=D0=B2=D0=B3=D0=B5=D0=BD=D0=B8=D0=B9=20=D0=A5=D1=80?= =?UTF-8?q?=D0=B0=D0=BC=D0=BE=D0=B2?= Date: Fri, 5 Jul 2024 13:09:09 +0300 Subject: [PATCH] deduplicator 0.2.2 --- deduplicator/alr.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deduplicator/alr.sh b/deduplicator/alr.sh index f3ed28a..abf4d26 100644 --- a/deduplicator/alr.sh +++ b/deduplicator/alr.sh @@ -1,5 +1,5 @@ name='deduplicator' -version='0.2.1' +version='0.2.2' release='1' desc='Find, Sort, Filter & Delete duplicate files' homepage='https://github.com/sreedevk/deduplicator'