chore: bump version to 0.0.3 — Obsidian plugin guidelines compliance

This commit is contained in:
Axelle Abbadie 2026-05-12 11:15:29 +02:00
parent ebac4531f7
commit 2e1f9a1b0f
2 changed files with 3 additions and 2 deletions

View file

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

View file

@ -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"
}