From 3d4ead5a3b3aacd434f2bf4d997e04307bdc2dc9 Mon Sep 17 00:00:00 2001 From: Axelle Abbadie Date: Sat, 16 May 2026 01:50:26 +0200 Subject: [PATCH] chore: bump to 0.1.4 --- CHANGELOG.md | 2 +- manifest.json | 2 +- package.json | 4 ++-- versions.json | 3 ++- 4 files changed, 6 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bf94532..63c2611 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ > Previous entries in French: [CHANGELOG.fr.md](CHANGELOG.fr.md) -## [dev] v0.1.4 — 16 May 2026 +## [prod] v0.1.4 — 16 May 2026 **Branch:** `main` | **Tag:** upcoming diff --git a/manifest.json b/manifest.json index 5832c56..5e24422 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "pseudonymizer-tool", "name": "Pseudonymizer Tool", - "version": "0.1.3", + "version": "0.1.4", "minAppVersion": "1.7.2", "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/package.json b/package.json index f8fab2e..5eeb2f6 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "pseudonymizer-tool", - "version": "0.1.3", - "description": "Plugin Obsidian de pseudonymisation de transcriptions", + "version": "0.1.4", + "description": "Obsidian plugin for pseudonymizing and correcting interactional transcripts (Jefferson, ICOR, SRT, CHAT/CHA).", "author": "Axelle Abbadie", "homepage": "https://cv.hal.science/axelle-abbadie/", "main": "main.js", diff --git a/versions.json b/versions.json index 186f0a6..159775f 100644 --- a/versions.json +++ b/versions.json @@ -8,5 +8,6 @@ "0.1.0": "1.7.2", "0.1.1": "1.7.2", "0.1.2": "1.7.2", - "0.1.3": "1.7.2" + "0.1.3": "1.7.2", + "0.1.4": "1.7.2" } \ No newline at end of file