From 2e1f9a1b0fee0d962f34ee1a1d67210ccdd8ee36 Mon Sep 17 00:00:00 2001 From: Axelle Abbadie Date: Tue, 12 May 2026 11:15:29 +0200 Subject: [PATCH] =?UTF-8?q?chore:=20bump=20version=20to=200.0.3=20?= =?UTF-8?q?=E2=80=94=20Obsidian=20plugin=20guidelines=20compliance?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- manifest.json | 2 +- versions.json | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index 5ae136d..353a57d 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "pseudonymizer-tool", "name": "Pseudonymizer Tool", - "version": "0.0.2", + "version": "0.0.3", "minAppVersion": "1.4.0", "description": "Pseudonymize and correct interactional transcripts (Jefferson, ICOR, SRT, CHAT/CHA). Designed for qualitative researchers in linguistics and conversation analysis.", "author": "Axelle Abbadie", diff --git a/versions.json b/versions.json index 5d0a57e..90a1ea2 100644 --- a/versions.json +++ b/versions.json @@ -1,4 +1,5 @@ { "0.0.1": "1.4.0", - "0.0.2": "1.4.0" + "0.0.2": "1.4.0", + "0.0.3": "1.4.0" }