From 51caadc76eb3e196ebc45007c2348e203dd884f0 Mon Sep 17 00:00:00 2001 From: Kirill Gavrilov Date: Mon, 6 Oct 2025 01:30:39 +0300 Subject: [PATCH] chore: 0.0.2 release --- manifest.json | 2 +- versions.json | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index 95ce090..80096d4 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "timecodes", "name": "Timecodes", - "version": "0.0.1", + "version": "0.0.2", "minAppVersion": "0.13.8", "description": "Converts raw text timecodes into clickable URLs if a note contains a link to a video", "author": "Kirill Gavrilov", diff --git a/versions.json b/versions.json index f706e94..38d6e13 100644 --- a/versions.json +++ b/versions.json @@ -1,3 +1,4 @@ { - "0.0.1": "0.13.8" + "0.0.1": "0.13.8", + "0.0.2": "0.13.8" }